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

returnValue = SmtpResponse.QueuedMailForDelivery(messageId, _
    recordId, smtpCustomDataResponse)
public static SmtpResponse QueuedMailForDelivery(
    string messageId,
    string recordId,
    string smtpCustomDataResponse
)

Parameters