From Address property is empty

Attached is a MSG file that was created using office 365. Aspose.Email MailMessage.Load returns the From address as an Empty string.Sample MSG.zip (5.1 KB)

@Alvins08

We have tried to extract sender information and got the following information:

Sender Address Type:EX
Sender Name:Arun Govind
Sender:/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=0cdefc9257e4417eaaaff3565e1b8ce2-Arun x. Gov

We have observed that the sender address type is EX, therefore it can’t be stored in “From.Address” field. However, you have to check “From.OriginalAddressString” field if From.Address field is empty.

A post was split to a new topic: How to get the Form.OriginalAddressString utilizing the Java library