Share via


Email3 Property

Topic Last Modified: 2006-06-13

Contains the tertiary e-mail address of the person contact.

Applies To

IPerson Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Email3 As String
HRESULT get_Email3(BSTR* pVal);HRESULT put_Email3(BSTR Val);

Parameters

  • pVal
    Returns the value of the Email3 property as a reference to a BSTR.
  • Val
    Sets the value of the Email3 property to the value of the BSTR.

Remarks

This property is also available as the email3 Field in the schema, unless the Person object was loaded from the Directory Service (DS). In that case, this property is available as the email2 Field.