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)

Syntax

'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

Property Value

Type: System.Boolean
Always false because ExchangeWebServiceMailTransport is not a queued transport.

Remarks

The computer is assumed to be online. Only the mail transport that is used in Windows Mobile devices supports the casually connected scenarios.

.NET Framework Security

Platforms

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.

Version Information

.NET Compact Framework

Supported in: 3.5

See Also

Reference

ExchangeWebServiceMailTransport Class

ExchangeWebServiceMailTransport Members

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService Namespace