Rank: Member
Groups: Registered
Joined: 12/23/2010(UTC) Posts: 24 Location: rennes
Thanks: 8 times
Hello, I m testing your component on Outlook.com - IMAP When i retrieve messages from a first folder, I use this code in order to get the message ID of a email stored on the server (outlook.com) :IMailInfoPtr pInfo; vtInfo.pdispVal->QueryInterface(__uuidof(IMailInfo), (void**)&pInfo); CString messageId =(const char*)pInfo->UIDL; The problem is that when i retrieve messages from another folder, UID of messages from this different folder are the same as the first folder..so it is not possible de know if the message if already loaded.. Do you think it is a problem from microsoft or from your component? Best regard, florent
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Hi, Thanks for using EAGetMail. It is not a problem, you can use different UIDL file for different folder. For example, for folder1, you can use folder1\uidl.txt to record UIDLs of folder1 and folder2\uidl.txt to record UIDLs of folder2.
Rank: Member
Groups: Registered
Joined: 12/23/2010(UTC) Posts: 24 Location: rennes
Thanks: 8 times
Thank you for your answer. The folder object has the following property :oFolder->GetUID() Can I use this property? On outlook.com is returns an empty string.. Best regards, florent
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
I am sorry to say you cannot use GetGuid, it is nothing about UIDL of email server. UIDL is unique in a folder
1 user thanked ivan for this useful post.
Forum Jump
EmailArchitect Support
Email Component Development
- EASendMail SMTP Component - .NET Version
- EASendMail SMTP Component - Windows Store Apps
- EASendMail SMTP ActiveX Object
- EAGetMail POP3 & IMAP4 Component - .NET Version
- EAGetMail POP3 & IMAP4 ActiveX Object
Exchange Server and IIS SMTP Plugin
- DomanKeys/DKIM for Exchange Server and IIS SMTP
- Disclaimer and S/MIME for Exchange Server and IIS
EmailArchitect Email Server
- EmailArchitect Email Server (General)
- EmailArchitect Email Server Development
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.