- Joined
- Nov 5, 2009
- Messages
- 1
- Reaction score
- 0
Dear all,
I'm trying to read the properties of the attachment of an outlook email using the following code
CdoPR_ATTACH_LONG_FILENAME
CdoPR_ATTACH_MIME_TAG
CdoPR_ATTACH_CONTENT_ID
CdoPR_ATTACH_DATA_BIN
CdoPR_DISPLAY_NAME
CdoPR_ATTACH_CONTENT_ID_W
If the email has any attachments other than other MSG attachment ( .MSG ) then i'm able to read the attachment data without any problem. But if the attachment is of type .MSG then the CdoPR_DISPLAY_NAME does not return the attachment file name with the extension. and also i could not read the content of the email also. Could any one help how can we read the content of the email via a javascript.
Regards,
Kiruthika
I'm trying to read the properties of the attachment of an outlook email using the following code
CdoPR_ATTACH_LONG_FILENAME
CdoPR_ATTACH_MIME_TAG
CdoPR_ATTACH_CONTENT_ID
CdoPR_ATTACH_DATA_BIN
CdoPR_DISPLAY_NAME
CdoPR_ATTACH_CONTENT_ID_W
If the email has any attachments other than other MSG attachment ( .MSG ) then i'm able to read the attachment data without any problem. But if the attachment is of type .MSG then the CdoPR_DISPLAY_NAME does not return the attachment file name with the extension. and also i could not read the content of the email also. Could any one help how can we read the content of the email via a javascript.
Regards,
Kiruthika