I created a .NET component which connects to a Domino Server (the component also runs on the domino server as a service). One of its functions is to get emails of specified users.However, If an email contains attachments, i have to save them to hard disk in order to get them. But when i try to save them i get an error “Disk I/O is a restricted operation”. I call the service with the username,password and database name of users.
Searching on the Internet i found that this error occurs because users do not have the rights to “Run Unrestricted Methods and Operations” which in my case is accessing the file system on the domino server.
My question is if it is possible to get the attachments on mails using another way that does not include saving them on a hard disk.
It is really important, any help would be greatly appreciated!