Dart.Mail Namespace > Mailbox Class : FullName Property |
For example, with a mailbox named:
"inbox\archives\user"
the Mailbox name-related properties would be as follows:
Property | Value |
---|---|
Mailbox.Name | "user" |
Mailbox.FullName | "inbox\archives\user" |
When setting this property, a RENAME command is sent to the server. If renaming a sibling mailbox, use Name instead. For example, to rename
"company/users/bob"
to
"company/users/bobjohnson"
set Mailbox.Name to "bobjohnson". However, to rename
"company/users/bob"
to
"archive/bobbackup"
set Mailbox.FullName to "archive/bobbackup".
"&" is represented when sent as "&-". Anything between an "&" and a "-" is converted to Unicode.
Setting this property closes the selected mailbox by setting SelectedMailbox to null.