I have to upload a folder that folder contains files to the server with the help of c#. If we have any plug ins or any other ways, please help me to find the solution.
Asked
Active
Viewed 38 times
0
-
1Either you have to zip the files together or add the files as a Mime attachments to the body (see https://learn.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/aa563375(v=exchg.140)?force_isolation=true) – jdweng Mar 22 '22 at 10:53
-
[https://stackoverflow.com/a/13315024/4860100](https://stackoverflow.com/a/13315024/4860100) – OhmnioX Mar 22 '22 at 11:56
-
But first, i need to select folder to upload. so need folder uploader option from UI – SreenivasReddy Mar 23 '22 at 07:05