Hello, there,
I read a mail with three attachments (and smime.p7b, technically four attachments) and get only one attachment in the attribute Attachments. The other attachments are not present.
My example code:
MapiMessage msg = MapiMessage.FromStream(filestream);
foreach (MapiAttachment mapiAttachment in msg.Attachments)
{
//
}
What to do? What is the solution?
uli