_ExchangeDistributionList.Address Property

Returns or sets a String (string in C#) representing the X400 e-mail address of the ExchangeDistributionList. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Address As String
    Get
    Set
'Usage
Dim instance As _ExchangeDistributionList
Dim value As String

value = instance.Address

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

Property Value

Type: System.String

Remarks

This property assumes the X400 address of the distribution list. To determine the primary Internet address, use the _ExchangeDistributionList.PrimarySmtpAddress property.

The Address property must be set before calling the _ExchangeUser.Details method.

See Also

Reference

_ExchangeDistributionList Interface

_ExchangeDistributionList Members

Microsoft.Office.Interop.Outlook Namespace