ExchangeWebServiceMailTransport.IsQueued Property
Gets a value that indicates whether the mail transport is queued.
Namespace: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService
Assembly: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)
'Declaration
Public Overrides ReadOnly Property IsQueued As Boolean
'Usage
Dim instance As ExchangeWebServiceMailTransport
Dim value As Boolean
value = instance.IsQueued
public override bool IsQueued { get; }
public:
virtual property bool IsQueued {
bool get () override;
}
public override function get IsQueued () : boolean
Type: System.Boolean
Always false because ExchangeWebServiceMailTransport is not a queued transport.
The computer is assumed to be online. Only the mail transport that is used in Windows Mobile devices supports the casually connected scenarios.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Supported in: 3.5
ExchangeWebServiceMailTransport Class
ExchangeWebServiceMailTransport Members
Microsoft.ServiceModel.Channels.Mail.ExchangeWebService Namespace