DSEEmailAddress
Contains e-mail addresses being reported in an event.
typedef struct
{
uint32 type ;
uint32 length ;
unicode address [1 /*or more*/];
} DSEEmailAddress;
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