IEmailNotificationConfiguration.SupportedEmailLanguages Property

 

Applies To: Windows Server Update Services

Gets the supported languages for e-mail content.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

StringCollection SupportedEmailLanguages { get; }
property StringCollection^ SupportedEmailLanguages {
    StringCollection^ get();
}
abstract SupportedEmailLanguages : StringCollection with get
ReadOnly Property SupportedEmailLanguages As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

The supported languages for e-mail content.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top