Search found 2 matches
- 2020-03-27 00:36
- Forum: Development & alpha discussions
- Topic: Saving attachments to a network location ?
- Replies: 14
- Views: 7877
Saving attachments to a network location ?
I have an application in C# which downloads the attachments and saves it to a local folder. However, I would like to save these attachments to another location on the network. When I call attachment.SaveAs(path_to_network_location) it does not work. I tried running the hMailServer service with a spe...
- 2020-03-25 00:56
- Forum: Development & alpha discussions
- Topic: Java vs C# ?
- Replies: 9
- Views: 4545
Java vs C# ?
This may sound a very basic question but I am new to hMailserver and planning to write an application which will download the attachment(s) of the email and save it to a folder. I read the documentation to find out that the COM API is exposed via Interop.hMailServer.dll. I also read some posts which...