How to Access attachments from Lotus Notes mail?
170 pts.
0
Q:
How to Access attachments from Lotus Notes mail?
Hi,

I am want to access attachment of particular mail in Lotus Notes. I am getting Attachment name with $File.

But i want to extract this attachments and want to save it in user specified path.Using C#.

Regards,

Preeti

Software/Hardware used:
Lotus Notes 8.5
ASKED: Sep 5 2009  12:43 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
1220 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
You will have to use COM from C#, that being the case I would recommend downloading the COM help file I have posted here.

In addition, you will connect to the database, then get your documents to process, then on each document you can check for embedded objects (NotesEmbeddedObject class) that are of a type Attachment, then extract accordingly.

Mike K
Last Answered: Sep 9 2009  1:55 AM GMT by SlikTool   1220 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0