IMsoContactCard.AddressType Property

Definition

Gets the MsoContactCardAddressType value that represents the address type for the Contact card object.

public:
 property Microsoft::Office::Core::MsoContactCardAddressType AddressType { Microsoft::Office::Core::MsoContactCardAddressType get(); };
public Microsoft.Office.Core.MsoContactCardAddressType AddressType { get; }
member this.AddressType : Microsoft.Office.Core.MsoContactCardAddressType
Public ReadOnly Property AddressType As MsoContactCardAddressType

Property Value

Remarks

Read-only. The MsoContactCardAddressType enumeration consists of the members in the following table.

msoContactCardAddressTypeOutlook Represents a unique identifier for a Microsoft Outlook address.
msoContactCardAddressTypeSMTP Represents a unique identifier for an SMTP address.
msoContactCardAddressTypeIM Represents a unique identifier for an IM address.

Applies to