Email1AddressType Property
Applies To
ContactItem object.
Description
Returns or sets the address type (such as EX or SMTP) of the first e-mail entry for the contact. This is free-form text field, but it must match the actual type of a existing mail transport. Read/write String.
See Also
Email2AddressType property, Email3AddressType property.
Example
This example sets "SMTP" as the address type for the first e-mail entry of a contact.
myItem.Email1AddressType = "SMTP"