HostedEmailServiceInfo.SupportContact Property
Retrieves the contact information for the hosted email service.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailSupportContactInfo SupportContact { get; internal set; }
public:
property HostedEmailSupportContactInfo^ SupportContact {
HostedEmailSupportContactInfo^ get();
internal: void set(HostedEmailSupportContactInfo^ value);
}
Public Property SupportContact As HostedEmailSupportContactInfo
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailSupportContactInfo
A HostedEmailSupportContactInfo that contains the contact information.
See Also
HostedEmailServiceInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top