MailMessage Timestamps

Hello,
How to get the collection of current loaded MailMessage’s timestamps?
Usual subitems shown here:
timestamp.png (22.2 KB)

@australian.dev.nerds,

Can you explain what you mean by timestamps?
Thank you.

1 Like

They’re inside the email header, I think all belong to Received header, as seen in the snapshot.

@australian.dev.nerds,

Well, you can get Received headers, but no more.
Aspose.Email does not parse its values.
Thanks.

1 Like

This is surprising, for example IP fields will be used to trace back the email which is used in many apps.

Now I’m saving message to memory stream to load and parse by Mailbee to get those properties (and many others not present in Aspose), so no complain as am using both SDKs side by side, just kindly note that a developer relying solely on Aspse Email, will have limits in many aspects of MIME email processing, while having unmatched powerful features in storage operations:

@australian.dev.nerds,

for example IP fields will be used to trace back the email which is used in many apps.

Maybe, but I haven’t faced a request from customers to add Received header parsing feature. Thanks.