"Get IBM Notes Mail Message" not able to get Email Time

Hi All,

I am using “Get IBM Notes Mail Message” activity get get the email information, e.g.mailSender, mailSubject and mailTime. However, mailTime is not able to get and return the value of nothing. (item.Headers(“Date”)

On the other hand, mailSender and mailSubject are able to get. Can anyone knows how to get the mailTime?

thx

@mason_wong - It could be the RecievedTime.
wyou can do a foreach for l item.Headers and log the all header to find the actual name.
foreach item.Headers
inside foreach -log as item.ToString

1 Like

Hi GBK,

Sorry I don’t understand what u mean. my workflow is as followings. Can you have a look and give me more ideas

IBM

My colleague helps me by using your solution. Many thx

1 Like