SmtpResponse.QueuedMailForDelivery Method (String)
The QueuedMailForDelivery field returns an instance of the SmtpResponse structure that represents a 250 2.6.0 response that indicates that the mail is queued for delivery.
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 _
) As SmtpResponse
'Usage
Dim messageId As String
Dim returnValue As SmtpResponse
returnValue = SmtpResponse.QueuedMailForDelivery(messageId)
public static SmtpResponse QueuedMailForDelivery(
string messageId
)
Parameters
- messageId
Type: System.String
The Internet message ID for the queued message.