EmailAddressPolicy.DisabledEmailAddressTemplates Property

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

Syntax

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

value = instance.DisabledEmailAddressTemplates

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