The default mailbox to operate on.
Namespace: S22.ImapAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The property is being set and the value is null. |
| System..::..ArgumentException | The property is being set and the value is the empty string. |