开发者

How to copy the contents of one Outlook folder to another Outlook Folder

开发者 https://www.devze.com 2023-04-03 02:22 出处:网络
开发者_JS百科Does anyone know how to copy the contents of one folder in Outlook to another Outlook folder in c#, or copy the contents of an Outlook folder to a SharePoint list in c#?To copy a folder\'
开发者_JS百科

Does anyone know how to copy the contents of one folder in Outlook to another Outlook folder in c#, or copy the contents of an Outlook folder to a SharePoint list in c#?


To copy a folder's contents to another folder you can use the CopyTo method of the Folder Interface which is part of the Office 2010 Primary Interop Assembly.

There are some Folder related samples here which might help get you started.

0

精彩评论

暂无评论...
验证码 换一张
取 消