Share via


_ExchangeDistributionList.Type Property

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

value = instance.Type

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

Property Value

Type: System.String

Remarks

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

See Also

Reference

_ExchangeDistributionList Interface

_ExchangeDistributionList Members

Microsoft.Office.Interop.Outlook Namespace