EmailAddressPolicy.EnabledEmailAddressTemplates property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property EnabledEmailAddressTemplates As ProxyAddressTemplateCollection
Get
Set
'Usage
Dim instance As EmailAddressPolicy
Dim value As ProxyAddressTemplateCollection
value = instance.EnabledEmailAddressTemplates
instance.EnabledEmailAddressTemplates = value
public ProxyAddressTemplateCollection EnabledEmailAddressTemplates { get; set; }
Property value
Type: Microsoft.Exchange.Data.ProxyAddressTemplateCollection
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace