Author |
|
grosquickkk Newbie
Joined: 26 March 2013 Location: France
Online Status: Offline Posts: 8
|
Posted: 29 March 2013 at 2:44am | IP Logged
|
|
|
Hi,
don't know if it is possible, but is there a way to know if an email had been transfered or reply to the sender ?
Regards
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 March 2013 at 3:18am | IP Logged
|
|
|
Not sure if I understood this correctly; are you looking for information on particular message, like a message was answered or forwarded? If yes, you can find this using ImapMail.MessageFlagSet class. While there's a standard Answered flag, Forwarded isn't among standard ones though it's widely used - and if you check string representation of message flags, you'll find that flag if it's supported by server and set for the message.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
grosquickkk Newbie
Joined: 26 March 2013 Location: France
Online Status: Offline Posts: 8
|
Posted: 29 March 2013 at 4:12am | IP Logged
|
|
|
Yes you understood.
I tried reading MessageFlagSet but even a message had been answered, it just have the seenflag.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 March 2013 at 4:16am | IP Logged
|
|
|
It's IMAP client responsibility to set such a flag, so it looks like email client used for replying to a message didn't set it. While there is a chance a server itself might set the flag, one shouldn't rely on that.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
grosquickkk Newbie
Joined: 26 March 2013 Location: France
Online Status: Offline Posts: 8
|
Posted: 29 March 2013 at 6:13am | IP Logged
|
|
|
Ok, thanks for the answer.
In my c# application, I just display new and unread messages, with some informations like attachments, seen/unseen and basics informations like sender, and so on.
The rest of the message manipulations are done in Outlook, so it doesn't set flag, only in his database perhaps.
|
Back to Top |
|
|