Share via


ADRecipient.WindowsEmailAddress property

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

Syntax

'Declaration
Public Property WindowsEmailAddress As SmtpAddress
    Get
    Set
'Usage
Dim instance As ADRecipient
Dim value As SmtpAddress

value = instance.WindowsEmailAddress

instance.WindowsEmailAddress = value
public SmtpAddress WindowsEmailAddress { get; set; }

Property value

Type: Microsoft.Exchange.Data.SmtpAddress

See also

Reference

ADRecipient class

ADRecipient members

Microsoft.Exchange.Data.Directory.Recipient namespace