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