Getting mail attachments

hi i want to acess the attachments from the mail document using lotus notes cpp api 2.4. which class should i use to get the attachments,

-yogesh

Subject: The mail documents is ordinary Notes documents, so just use LNAttachment or LNRTAttachment

You should probably look up the document in the 2.4 API docs titled "Finding and retrieving attachments in notes " :slight_smile:

Bob

Subject: RE: The mail documents is ordinary Notes documents, so just use LNAttachment or LNRTAttachment

thanks Bob i will have a look at it

-yogesh