Gets if message is in a draft.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public bool IsDraft()
Visual Basic
Public Function IsDraft As Boolean
Visual C++
public:
bool IsDraft()

Return Value

true if draft, false otherwise

See Also