Email2 Property
Topic Last Modified: 2006-06-13
Contains the secondary e-mail address of the person contact.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property Email2 As String
HRESULT get_Email2(BSTR* pVal);HRESULT put_Email2(BSTR Val);
Parameters
- pVal
Returns the value of the Email2 property as a reference to a BSTR.
- Val
Sets the value of the Email2 property to the value of the BSTR.
Remarks
This property is also available as the email2 Field in the schema, unless the Person object was loaded from the Directory Service (DS). In that case, this property is available as the email3 Field.