Contains the eDirectory information for the attributes that use the EMail Address syntax.
typedef struct
{
nuint32 type ;
pnstr8 address ;
} EMail_Address_T;
EMail_Address_T = Record
type : nuint32;
address : pnstr8
End;
Specifies the e-mail address type.
Points to the e-mail address, formatted according to the type field.
The type field is specific to the e-mail application. MHS mail applications use the following types:
The nwdsapi.h file defines a few e-mail address types in the EMAIL_ADDRESS_TYPE enumeration. However, e-mail applications can create new ones. eDirectory does not validate the types or the addresses; it stores the information. The e-mail application is responsible for ensuring that the information is stored in the syntax in a format that it can use.