SmtpServer.IPPermission Property

When overridden in a derived class, the IPPermission property gets an instance of the IPPermission class that represents the Internet Protocol (IP) allow/deny list for this Simple Mail Transfer Protocol (SMTP) server.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property IPPermission As IPPermission
    Get
'Usage
Dim instance As SmtpServer
Dim value As IPPermission

value = instance.IPPermission
public abstract IPPermission IPPermission { get; }