Author |
|
softwareguy Newbie
Joined: 17 July 2010 Location: United States
Online Status: Offline Posts: 22
|
Posted: 17 July 2010 at 12:06pm | IP Logged
|
|
|
1) It seems like the ID of the message is not being returned for MailMessage objects in PST reader. Competing products make available the unique ID assigned to the message from the server.
2) There does not seem to be a way to retrieve a specific folder using the PST reader, aside from iterating over the folder collection and looking for a specific folder name. Competing products offer a way to get a folder based on name, such as GetFolders("Inbox"). Is this planned for the future?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 17 July 2010 at 12:45pm | IP Logged
|
|
|
Quote:
1) It seems like the ID of the message is not being returned for MailMessage objects in PST reader. Competing products make available the unique ID assigned to the message from the server
|
|
|
You examined all the fields in PstMessage.PstFields? Isn't it InternetMessageId?
Quote:
2) There does not seem to be a way to retrieve a specific folder using the PST reader, aside from iterating over the folder collection and looking for a specific folder name. Competing products offer a way to get a folder based on name, such as GetFolders("Inbox"). Is this planned for the future? |
|
|
Thanks for the suggestion. We'll add this in the future.
Regards,
Alex
|
Back to Top |
|
|
softwareguy Newbie
Joined: 17 July 2010 Location: United States
Online Status: Offline Posts: 22
|
Posted: 17 July 2010 at 2:32pm | IP Logged
|
|
|
Alex wrote:
You examined all the fields in PstMessage.PstFields? Isn't it InternetMessageId?
|
|
|
Didn't know about that, but just tried it and that is not the ID I am expecting. That one seems really long, but the one I'm looking for is usually much shorter and only numbers. I'm not sure where this particular ID is assigned by but every MSG file seems to have some sort of "record key" in it. I'll try to find out more specifically what this record key is.
Alex wrote:
Thanks for the suggestion. We'll add this in the future.
|
|
|
Great!
Regards,
Alex[/QUOTE]
|
Back to Top |
|
|