SmtpResponse.IsEmpty property
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
Get
'Usage
Dim instance As SmtpResponse
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty { get; }
Property value
Type: System.Boolean