SupportContactInfoFromXml.PhoneNumber Property
Gets and sets the phone number of the support contact.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string PhoneNumber { get; set; }
public:
property String^ PhoneNumber {
String^ get();
void set(String^ value);
}
Public Property PhoneNumber As String
Property Value
Type: System.String
The phone number of the support contact.
See Also
SupportContactInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top