Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the primary email address.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
[DataMemberAttribute]
public string PrimaryEmailAddress { get; internal set; }
public:
[DataMemberAttribute]
property String^ PrimaryEmailAddress {
String^ get();
internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property PrimaryEmailAddress As String
Get
Friend Set
End Property
Property Value
Type: System.String
The primary email address.
See Also
SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top