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

Property Description
Type

[Visual Basic]
Access: Read/Write
DataType: Long

[C++]
HRESULT get_Type
([out] LONG* retVal);
HRESULT put_Type
([in] LONG lnType);

The type of the email message.
Address

[Visual Basic]
Access: Read/Write
DataType: BSTR

[C++]
HRESULT get_Address
([out] BSTR* retval);
HRESULT put_Address
([in] BSTR bstrAddress);

The email address of the user.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsEmail, ADS_EMAIL