MailboxName Property (EmailTask)
In This Topic
The name of the IMAP mailbox to read messages from.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property MailboxName As String
[CanBeNull()]
public string MailboxName {get; set;}
[CanBeNull()]
public:
property String^ MailboxName {
String^ get();
void set ( String^ value);
}
See Also