adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EmailTask Class / MailboxName Property


In This Topic
    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);
    }
    Remarks
    If no MailboxName is specified, the default mailbox is used.
    See Also