ContactItem.Email2AddressType Property
Office 2007
| Outlook Developer Reference |
Syntax
expression.Email2AddressType
expression A variable that represents a ContactItem object.
Remarks
This is a free-form text field, but it must match the actual type of an existing e-mail transport.
Example
This Visual Basic for Applications (VBA) example sets "SMTP" as the address type for the second e-mail entry of a contact.
| Visual Basic for Applications |
|---|
|