Share via


SupportContactInfoFromXml.Email Property

 

Gets and sets the email of the support contact.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public string Email { get; set; }
public:
property String^ Email {
    String^ get();
    void set(String^ value);
}
Public Property Email As String

Property Value

Type: System.String

The email of the support contact.

See Also

SupportContactInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top