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.
Gets and sets the provider.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public ProviderInfoFromXml Provider { get; set; }
public:
property ProviderInfoFromXml^ Provider {
ProviderInfoFromXml^ get();
void set(ProviderInfoFromXml^ value);
}
Public Property Provider As ProviderInfoFromXml
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.ProviderInfoFromXml
The provider.
See Also
ServiceInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top