<- Back to POP3it Pro function list
POP3it_Adv_GetDate
- Description
This function returns the Date the current email was sent as a Timestamp, adjusted for your local Time Zone. If you specify True for the DontLocalize parameter, the plug-in will not adjust the Date or Time for your local Time Zone and will return the Date in the sender's Time Zone. (If you want the actual, unmodified Date header out of the email, you can use the POP3it_Adv_GetHeader function and specify "Date" as the parameter.)
- Return Type
- Timestamp
- Format
- POP3it_Adv_GetDate ( DontLocalize )
- Optional Parameters
- DontLocalize
If True, POP3it Pro will return the Date in the Sender's Time Zone.
- DontLocalize
- Related Items
- POP3it_Adv_GetHeader, POP3it_Adv_GoToMessage
- Example
Code:
POP3it_Adv_GetDateResult:
Returns the Date of the current email as a Timestamp.