RecipientExpansionInfo.SmtpResponse property
The SmtpResponse property gets the SmtpResponse code to use for the Delivery Status Notification (DSN) report that is specified by the DsnType property.
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property SmtpResponse As SmtpResponse
Get
'Usage
Dim instance As RecipientExpansionInfo
Dim value As SmtpResponse
value = instance.SmtpResponse
public SmtpResponse SmtpResponse { get; }
Property value
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse
See also
Reference
RecipientExpansionInfo structure