I have an email with 2 attachements and the name of the attachments are provided below
___cgregor_8-8-2014_16-46-41.pdf___
and
__32_More Direct TEST InvoiceCodingSheet (2).xls__
When I check msg.Attachments.Length for this email, it is returning 1 instead of 2.
It is downloading only the .xls file.
And when the view the email in the Inbox, I am able to see 2 attachments.
With the same attachments when I create a new email, I able to download both the attachments.
We are using GMAIL for this.
Any thoughts on this...
Thanks in Advance...
Karthik
Comments: ** Comment from web user: karthikk84 **
___cgregor_8-8-2014_16-46-41.pdf___
and
__32_More Direct TEST InvoiceCodingSheet (2).xls__
When I check msg.Attachments.Length for this email, it is returning 1 instead of 2.
It is downloading only the .xls file.
And when the view the email in the Inbox, I am able to see 2 attachments.
With the same attachments when I create a new email, I able to download both the attachments.
We are using GMAIL for this.
Any thoughts on this...
Thanks in Advance...
Karthik
Comments: ** Comment from web user: karthikk84 **
I identified the problem. The other attachment was part of embedded resource.
Thanks...