SmtpResponse.QueuedMailForDelivery Method
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
public static SmtpResponse QueuedMailForDelivery (
string messageId
)
public:
static SmtpResponse QueuedMailForDelivery (
String^ messageId
)
public static SmtpResponse QueuedMailForDelivery (
String messageId
)
public static function QueuedMailForDelivery (
messageId : String
) : SmtpResponse
Parameters
- messageId
The Internet message ID for the queued message.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003