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 and sets the address.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string Address { get; set; }
public:
property String^ Address {
String^ get();
void set(String^ value);
}
Public Property Address As String
Property Value
Type: System.String
The address.
See Also
ProviderInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top