Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Getting Entry ID on a EnumerateMapiMessages folder pull

$
0
0
I'm looping the folders emails using this..   I need to pull the Entry Id for each message.. what is the best way to do this and how?   Can you show code?

foreach (MapiMessage mail in folder.EnumerateMapiMessages())
{



}

Viewing all articles
Browse latest Browse all 1367