Email2Address Property
Applies To
ContactItem object.
Description
Returns or sets the e-mail address of the second e-mail entry for the contact. Read/write String.
See Also
Email1Address property, Email3Address property.
Example
This example sets "Jsmith@msn.com" as the e-mail address for the second e-mail entry of a contact.
myItem.Email2Address = "Jsmith@msn.com"