EmailAddressPolicy.EnabledEmailAddressTemplates Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute> _
Public Property EnabledEmailAddressTemplates As ProxyAddressTemplateCollection
    Get
    Set
'Usage
Dim instance As EmailAddressPolicy
Dim value As ProxyAddressTemplateCollection

value = instance.EnabledEmailAddressTemplates

instance.EnabledEmailAddressTemplates = value
[ParameterAttribute]
public ProxyAddressTemplateCollection EnabledEmailAddressTemplates { get; set; }