Platform SDK: Exchange 2000 Server

SMTPEmail Property

[This is preliminary documentation and subject to change.]

This property specifies the primary SMTP address used for the recipient.

[Visual Basic,VBScript]
Public Property SMTPEmail as String
[C++]
HRESULT get_SMTPEmail (BSTR* pVal);
HRESULT put_SMTPEmail (BSTR Val);
[IDL]
HRESULT [propget] SMTPEmail ([out,retval] BSTR* pVal);
HRESULT [propput] SMTPEmail ([in] BSTR Val);

Remarks

The default value for this property is NULL (no address specified).

Example

jamessmith@somewhere.microsoft.com