The default mailbox to operate on.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
string DefaultMailbox { get; set; }

Remarks

The default value for this property is "INBOX" which is a special name reserved to mean "the primary mailbox for this user on this server".

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe property is being set and the value is null.
System..::..ArgumentExceptionThe property is being set and the value is the empty string.

See Also