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

In This Topic
    MailboxName Property (EmailTrigger)
    In This Topic
    The name of the IMAP mailbox to read messages from.
    Syntax
    'Declaration
     
    
    Public Property MailboxName As String
    public string MailboxName {get; set;}
    Remarks
    If no MailboxName is specified, the default mailbox is used.
    See Also