Platform SDK: Active Directory, ADSI, and Directory Services

IADsEmail Property Methods

The property method of the IADsEmail interface sets the property described in the following table. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Description
Type

[Visual Basic]
Access: Read/Write
Data Type: LONG

[C++]
HRESULT get_Type
(LONG
*retVal);

HRESULT put_Type
(LONG
lnType);

The type of the email message.
Address

[Visual Basic]
Access: Read/Write
Data Type: BSTR

[C++]
HRESULT get_Address
(BSTR
*retval);

HRESULT put_Address
(BSTR
bstrAddress);

The email address of the user.

Property Description

Type
The type of the email message.
Address
The email address of the user.

See Also

IADsEMail, ADS_EMAIL