ServiceInfoFromXml.SupportedContact Property
Gets and sets the supported contact information.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public SupportContactInfoFromXml SupportedContact { get; set; }
public:
property SupportContactInfoFromXml^ SupportedContact {
SupportContactInfoFromXml^ get();
void set(SupportContactInfoFromXml^ value);
}
Public Property SupportedContact As SupportContactInfoFromXml
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.SupportContactInfoFromXml
The supported contact information.
See Also
ServiceInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top