Share via


Organization.MicrosoftExchangeRecipientPrimarySmtpAddress property

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

Syntax

'Declaration
Public Overridable Property MicrosoftExchangeRecipientPrimarySmtpAddress As SmtpAddress
    Get
    Set
'Usage
Dim instance As Organization
Dim value As SmtpAddress

value = instance.MicrosoftExchangeRecipientPrimarySmtpAddress

instance.MicrosoftExchangeRecipientPrimarySmtpAddress = value
public virtual SmtpAddress MicrosoftExchangeRecipientPrimarySmtpAddress { get; set; }

Property value

Type: Microsoft.Exchange.Data.SmtpAddress

See also

Reference

Organization class

Organization members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace