Mobile Mail
Command Description
Move Office 365 Outlook mail objects to a specified folder
Command Prototype
Office365.MoveMail(o365Ctx ,strAccount ,objMailMessage, strFolderName)
Command parameter
parameter | required | type | Default value | describe |
---|---|---|---|---|
o365Ctx | True | expression | o365Ctx | Objects returned by connecting to the Office365 server |
strAccount | True | string | "" | Account to be operated |
objMailMessage | True | expression | {} | Email objects in the mailing list |
strFolderName | True | string | "" | The email folder that needs to be obtained can be a path, such as "inbox/subdirectories" |
Return result
Run instance
/*********************************移动邮件****************************************
命令原型:
Office365.MoveMail(o365Ctx ,strAccount ,objMailMessage, strFolderName)
入参:
o365Ctx--Office365对象.注:连接Office365服务器返回的对象
strAccount--帐户.注:待操作的帐户
objMailMessage--邮件对象.注:邮件列表中的邮件对象
strFolderName--邮箱文件夹.注:需要获取的邮箱文件夹,可以为路径,如"收件箱/子目录"
出参:
无
注意事项:
无
********************************************************************************/
Office365.MoveMail(o365Ctx ,"" ,{}, "")