Author |
|
Axa Newbie
Joined: 08 November 2019
Online Status: Offline Posts: 5
|
Posted: 22 February 2024 at 1:12am | IP Logged
|
|
|
Good morning,
I created the signature “Sign_Outlook_XX_File” with Outlook
and i add it to an email using the following instructions
SetBodyFormat( 1 )
SetBodyText('<html>' || ‘This is the body’ || '<br><br><body>')
ImportBodyText('C:\\...\\Signatures\\SignOutlook_XX.htm', TRUE, TRUE, bRet )
In this way, however, all the files that make up the email are visible attachments.
If I set the second parameter of the ImportBodyText to FALSE:
ImportBodyText('C:\\...\\Signatures\\SignOutlook_XX.htm', FALSE, TRUE, bRet )
the attachments are not displayed, but the.png file is not visible in the signature.
Is it possible to include the Outlook signature, without the files appearing as attachments, how does Outlook?
Thanks for the attention.
Regards
Monica
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 February 2024 at 3:23am | IP Logged
|
|
|
Hi Monica,
Code:
"ImportBodyText('C:\\...\\Signatures\\SignOutlook_XX.htm', TRUE, TRUE, bRet ) |
|
|
Actually, this should not lead to attachments being visible in Outlook. I just re-tested this, it works fine. The attachment appears only as an inline image, the attachment list is empty in Outlook.
To let us help you further on this, please open a support ticket in our HelpDesk and share the sample code used as well as the message you obtain upon running it; you can save the message as EML file using SaveMessage method.
Also, please make sure you're on the latest version of MailBee Objects (available for download here) and your maintenance contract is up-to-date as well. Thank you.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
Axa Newbie
Joined: 08 November 2019
Online Status: Offline Posts: 5
|
Posted: 12 March 2024 at 9:25am | IP Logged
|
|
|
Hi,
Thank you very much.
I checked the email from the browser, while, as you suggested, it must be checked from Outlook, where it's ok.
Regards,
Monica
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 12 March 2024 at 11:41pm | IP Logged
|
|
|
Not sure if you still require assistance on this; if you do, please open a support ticket in our HelpDesk and share the sample code used as well as the message you obtain upon running it; you can save the message as EML file using SaveMessage method.
Also, make sure you're on the latest version of MailBee Objects (available for download here) and your maintenance contract is valid. Thanks.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|