Email1Address Property

Applies To

ContactItem object.

Description

Returns or sets the e-mail address of the first e-mail entry for the contact. Read/write String.

See Also

Email2Address property, Email3Address property.

Example

This example sets "Jsmith@msn.com" as the e-mail address for the first e-mail entry of a contact.

myItem.Email1Address = "Jsmith@msn.com"