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.
Retrieves the phone number for the support contact.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string PhoneNumber { get; internal set; }
public:
property String^ PhoneNumber {
String^ get();
internal: void set(String^ value);
}
Public Property PhoneNumber As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String containing the phone number.
See Also
HostedEmailSupportContactInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top