NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

IMAPMovedItem Output Object (Copy-IMAP Cmdlet)

This object is created after an item has been moved or copied.

Syntax

Object IMAPMovedItem {
   string Folder;
   int Message;
   string Destination;
}

Remarks

Once message has been moved or copied, the IMAPMovedItem object is created with the Folder of the item, the Message number and the Destination folder the item was moved/copied to.

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

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