Click or drag to resize

FlagSubmitPending Field

Gets the keyword that designates the message as awaiting to be submitted. This keyword allows storing messages waiting to be submitted in the same mailbox where messages that were already submitted and/or are being edited are stored.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static readonly Flag SubmitPending

Field Value

Type: Flag
Remarks
A message that has both $Submitted and $SubmitPending IMAP keywords set is a message being actively submitted.
See Also