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 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