ConnectEventArgs.Banner property
The Banner property gets or sets the instance of the SmtpResponse class that is associated with the event to which this instance of the ConnectEventArgs class was passed.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property Banner As SmtpResponse
Get
Set
'Usage
Dim instance As ConnectEventArgs
Dim value As SmtpResponse
value = instance.Banner
instance.Banner = value
public SmtpResponse Banner { get; set; }
Property value
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse