SmtpResponse.QueuedMailForRedundancy method (String)
Returns an SMTP response for a message with the associated message ID that is queued on redundant servers.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared Function QueuedMailForRedundancy ( _
messageId As String _
) As SmtpResponse
'Usage
Dim messageId As String
Dim returnValue As SmtpResponse
returnValue = SmtpResponse.QueuedMailForRedundancy(messageId)
public static SmtpResponse QueuedMailForRedundancy(
string messageId
)
Parameters
messageId
Type: System.StringThe Internet message ID of the associated message.
Return value
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse
An SMTP response indicating that the associated message is queued on redundant servers.