_ExchangeUser.Type Property

Returns a String (string in C#) representing the type of entry for the ExchangeUser. 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 _ExchangeUser
Dim value As String

value = instance.Type

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

Property Value

Type: System.String

Remarks

The ExchangeUser object is derived from the AddressEntry object. It inherits the Type property from the AddressEntry object. In the case of ExchangeUser, the type is always the string "EX".

See Also

Reference

_ExchangeUser Interface

_ExchangeUser Members

Microsoft.Office.Interop.Outlook Namespace