DSEEmailAddress

Contains e-mail addresses being reported in an event.

Service:eDirectory Event
Defined In:nwdsevnt.h

Structure

    typedef struct 
    { 
       uint32    type ; 
       uint32    length ; 
       unicode   address [1 /*or more*/]; 
    } DSEEmailAddress;
    

Fields

type
Specifies the type of the e-mail address.
length
Specifies the length of the first e-mail address.
address
Specifies the location where the first e-mail address begins.

Remarks

type can be either zero or one.

If type is set to zero, the address is an e-mail address, in the form of non_MHS_Email_Protocol:non_MHS_Email_Address. Where non_MHS_Email_Protocol is a 1-8 character string, and non-MHS-Email_Address is a string for the actual address value, such as the following:

SMTP:JohnD@Novell.Com

If type is set to one, the address is an E-mail alias, in the form of non-MHS_Email_Protocol:non-MHS_Email_Alias. Where non_MHS_Email_Protocol is a 1-8 character string, and non-MHS_Email_Address is a string for the actual alias value, such as the following:

SMTP:JohnD@Novell.Com