HostedEmailManager.CachedDomains Property
Retrieves the cached domains for the email service.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public List<string> CachedDomains { get; }
public:
property List<String^>^ CachedDomains {
List<String^>^ get();
}
Public ReadOnly Property CachedDomains As List(Of String)
Property Value
Type: System.Collections.Generic.List<String>
A String containing the cached domain names.
See Also
HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top