I am using Lotus Notes Java API for my application. I have send one mail from my lotus notes account. I need to get the sent date of that mail using java API. I want to know in which item contains the sent date information. I have printed all the Item names and its values for that document. But I need sent date informations and also recieved date informations. Can any one help me how to get these informations?
Share
The sent date is in the
PostedDatefield.The received date is in the
DeliveredDatefield.