ItemType.IsSubmitted Property

The IsSubmitted property gets or sets a Boolean value that indicates whether an item has been submitted to the Outbox default folder.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
Public Property IsSubmitted As Boolean
public bool IsSubmitted { get; set; }
public:
property bool IsSubmitted {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsSubmitted ()

/** @property */
public void set_IsSubmitted (boolean value)
public function get IsSubmitted () : boolean

public function set IsSubmitted (value : boolean)

Property Value

The IsSubmitted returns true if the item has been submitted to the Outbox default folder; otherwise, the property returns false.

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 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)