NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

MailBox Output Object (Get-IMAP Cmdlet)

These objects are returned in response to a ListFolders .

Syntax

Object MailBox {
   string Flags;
   string Mailbox;
}

Remarks

After sending a transaction where ListFolders was set to True, one or more MailBox objects will be returned which contain the mailbox's name and any flags associated with the mailbox.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]