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

Address

The email address of the user.

Access type: Read/write

Scripting data type: BSTR

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

Type

The type of the email message.

Access type: Read/write

Scripting data type: LONG

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

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsEmail is defined as 97AF011A-478E-11D1-A3B4-00C04FB950DC

See also

IADsEmail

ADS_EMAIL