HI
i Have a mail box from where i am receiving the mails using POP3. If the mail reached at 9 AM and biztalk is received at 10 AM . I need the mail box received date time that is 9 AM in biztalk to use in other logic.
Can you please help how to get the mail box mail received date time.
Ans:
Try the Date field promoted by the POP3 adapter.
POP3 Adapter Property Schema and Properties
The following table lists the properties in the POP3 adapter property schema.
Namespace: http://schemas.microsoft.com/BizTalk/2003/pop3-properties
Name | Type | Description |
---|---|---|
Subject
|
xs:string
|
Specifies the content placed on the Subject header for the message
|
From
|
xs:string
|
Specifies the e-mail address placed on the From header field of the e-mail message.
|
To
|
xs:string
|
Specifies the e-mail address or addresses placed on the To header field of the e-mail message.
|
ReplyTo
|
xs:string
|
Specifies the e-mail address placed on the ReplyTo header field of the e-mail message.
|
CC
|
xs:string
|
Specifies the e-mail address or addresses placed on the CC header field of the e-mail message.
|
Date
|
xs:string
|
Specifies the content placed on the Date header field of the e-mail message.
|
DispositionNotificationTo
|
xs:string
|
Specifies the content placed on the DispositionNotificationTo header field of the e-mail message.
|
Headers
|
xs:string
|
Specifies the content of all of the header fields of the e-mail message.
|
No comments:
Post a Comment
Post Your Comment...