Share via


Organization.MicrosoftExchangeRecipientEmailAddresses Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MicrosoftExchangeRecipientEmailAddresses As ProxyAddressCollection
    Get
    Set
'Usage
Dim instance As Organization
Dim value As ProxyAddressCollection

value = instance.MicrosoftExchangeRecipientEmailAddresses

instance.MicrosoftExchangeRecipientEmailAddresses = value
[ParameterAttribute(Mandatory = false)]
public ProxyAddressCollection MicrosoftExchangeRecipientEmailAddresses { get; set; }