Share via


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

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

Parameters

Return value

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

See also

Reference

SmtpResponse structure

SmtpResponse members

QueuedMailForDelivery overload

Microsoft.Exchange.Data.Transport.Smtp namespace