다음을 통해 공유


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
<DispIdAttribute()> _
Property Type As String
    Get
    Set
'Usage
Dim instance As AddressEntry
Dim value As String

value = instance.Type

instance.Type = value
[DispIdAttribute()]
string Type { get; set; }

Property Value

Type: System.String

See Also

Reference

AddressEntry Interface

AddressEntry Members

Microsoft.Office.Interop.Outlook Namespace