Hello Pavel, I found a problem in the last dll you sent me. Not bringing this message attachments. "Attachments.Count" always comes zero.
What I noticed is that if the message is only an attachment to property "Attachments.Count" is zero if the message has two attachments to property
"Attachments.Count" is equal to "1", if the message has attachments 3 "Attachments.Count" is equal to "2" and so on.
Or is this always losing the first attachment
foreach (ImapX.Message msg in Messages)
{
msg.Process ();
rowMSG ["Attachments"] = msg.Attachments.Count> 0? true: false;
}
Comments: ** Comment from web user: dinhoguitars **
What I noticed is that if the message is only an attachment to property "Attachments.Count" is zero if the message has two attachments to property
"Attachments.Count" is equal to "1", if the message has attachments 3 "Attachments.Count" is equal to "2" and so on.
Or is this always losing the first attachment
foreach (ImapX.Message msg in Messages)
{
msg.Process ();
rowMSG ["Attachments"] = msg.Attachments.Count> 0? true: false;
}
Comments: ** Comment from web user: dinhoguitars **
Ok Pavel
I'll wait for this new version for next week