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