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
- messageId
Type: System.String
- recordId
Type: System.String
- hostname
Type: System.String
- smtpCustomDataResponse
Type: System.String
Return value
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse