Email Property
Topic Last Modified: 2006-06-13
Contains the primary e-mail address of the person contact.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property Email As String
HRESULT get_Email(BSTR* pVal);HRESULT put_Email(BSTR Val);
Parameters
- pVal
Returns the value of the Email property as a reference to a BSTR.
- Val
Sets the value of the Email property to the value of the BSTR.