Share via


SmtpResponse.QueuedMailForRedundancy method (String, String, String)

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, _
    recordId As String, _
    hostname As String _
) As SmtpResponse
'Usage
Dim messageId As String
Dim recordId As String
Dim hostname As String
Dim returnValue As SmtpResponse

returnValue = SmtpResponse.QueuedMailForRedundancy(messageId, _
    recordId, hostname)
public static SmtpResponse QueuedMailForRedundancy(
    string messageId,
    string recordId,
    string hostname
)

Parameters

Return value

Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse

See also

Reference

SmtpResponse structure

SmtpResponse members

QueuedMailForRedundancy overload

Microsoft.Exchange.Data.Transport.Smtp namespace