AddressEntry.Type Property
Returns or sets a String (string in C#) representing the type of entry for this address such as an Internet Address, MacMail Address, or Microsoft Mail Address. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property Type As String
Get
Set
'Usage
Dim instance As AddressEntry
Dim value As String
value = instance.Type
instance.Type = value
string Type { get; set; }
Property Value
Type: System.String