![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Mail Format Changes from HTML to RTF Upon Forward in custom form. User is
unable to see attached file icons. How can I ensure user can see attached file icons upon forward. |
Ads |
#2
|
|||
|
|||
![]()
Are you using this custom form to send to non-Outlook recipients? That's
likely to make any attachments unavailable. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Delnang" wrote in message ... Mail Format Changes from HTML to RTF Upon Forward in custom form. User is unable to see attached file icons. How can I ensure user can see attached file icons upon forward. |
#3
|
|||
|
|||
![]()
Sue,
I appreciate your response. This is closely related to the post: http://www.microsoft.com/office/comm...xp=&sloc=en-us All is well when a user runs the button/code to enter the default text, attaches a pdf file and sends the message. When the recipient Forwards the message the icons denoting the attached files disappear. If you were to got to Format | HTML the icons denoting the attachments appear. The attachment do not detach from the message just the appearance of the icons. Does that help? These emails are sent inside the company. Thanks, Angie "Sue Mosher [MVP]" wrote: Are you using this custom form to send to non-Outlook recipients? That's likely to make any attachments unavailable. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Delnang" wrote in message ... Mail Format Changes from HTML to RTF Upon Forward in custom form. User is unable to see attached file icons. How can I ensure user can see attached file icons upon forward. . |
#4
|
|||
|
|||
![]()
As I described in that thread, you need to make sure that the form is set up
on the (Actions) page of the form design to use the same published form for the Forward action, not the default message form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Delnang" wrote in message ... Sue, I appreciate your response. This is closely related to the post: http://www.microsoft.com/office/comm...xp=&sloc=en-us All is well when a user runs the button/code to enter the default text, attaches a pdf file and sends the message. When the recipient Forwards the message the icons denoting the attached files disappear. If you were to got to Format | HTML the icons denoting the attachments appear. The attachment do not detach from the message just the appearance of the icons. Does that help? These emails are sent inside the company. Mail Format Changes from HTML to RTF Upon Forward in custom form. User is unable to see attached file icons. How can I ensure user can see attached file icons upon forward. |
#5
|
|||
|
|||
![]()
I do have the same the same published form set up as the form to use in
Actions upon Forward. "Sue Mosher [MVP]" wrote: As I described in that thread, you need to make sure that the form is set up on the (Actions) page of the form design to use the same published form for the Forward action, not the default message form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Delnang" wrote in message ... Sue, I appreciate your response. This is closely related to the post: http://www.microsoft.com/office/comm...xp=&sloc=en-us All is well when a user runs the button/code to enter the default text, attaches a pdf file and sends the message. When the recipient Forwards the message the icons denoting the attached files disappear. If you were to got to Format | HTML the icons denoting the attachments appear. The attachment do not detach from the message just the appearance of the icons. Does that help? These emails are sent inside the company. Mail Format Changes from HTML to RTF Upon Forward in custom form. User is unable to see attached file icons. How can I ensure user can see attached file icons upon forward. . |
#6
|
|||
|
|||
![]()
And the form is published to the Organizational Forms library? Then I can't
explain that behavior. FWIW, forwarding an item should not change the message format. Maybe the problem is related to your code that inserts the attachment. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Delnang" wrote in message ... I do have the same the same published form set up as the form to use in Actions upon Forward. "Sue Mosher [MVP]" wrote: As I described in that thread, you need to make sure that the form is set up on the (Actions) page of the form design to use the same published form for the Forward action, not the default message form. "Delnang" wrote in message ... Sue, I appreciate your response. This is closely related to the post: http://www.microsoft.com/office/comm...xp=&sloc=en-us All is well when a user runs the button/code to enter the default text, attaches a pdf file and sends the message. When the recipient Forwards the message the icons denoting the attached files disappear. If you were to got to Format | HTML the icons denoting the attachments appear. The attachment do not detach from the message just the appearance of the icons. Does that help? These emails are sent inside the company. Mail Format Changes from HTML to RTF Upon Forward in custom form. User is unable to see attached file icons. How can I ensure user can see attached file icons upon forward. |
#7
|
|||
|
|||
![]()
I know, I am puzzled too. We use the attach icon built into Outlook to
attach a pdf file. The only thing I could think of it that the code buttons which add text to the body of the message was altering the memo field. If you think of something, please let me know. Thank you for your continued responses and help! Angie "Sue Mosher [MVP]" wrote: And the form is published to the Organizational Forms library? Then I can't explain that behavior. FWIW, forwarding an item should not change the message format. Maybe the problem is related to your code that inserts the attachment. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Delnang" wrote in message ... I do have the same the same published form set up as the form to use in Actions upon Forward. "Sue Mosher [MVP]" wrote: As I described in that thread, you need to make sure that the form is set up on the (Actions) page of the form design to use the same published form for the Forward action, not the default message form. "Delnang" wrote in message ... Sue, I appreciate your response. This is closely related to the post: http://www.microsoft.com/office/comm...xp=&sloc=en-us All is well when a user runs the button/code to enter the default text, attaches a pdf file and sends the message. When the recipient Forwards the message the icons denoting the attached files disappear. If you were to got to Format | HTML the icons denoting the attachments appear. The attachment do not detach from the message just the appearance of the icons. Does that help? These emails are sent inside the company. Mail Format Changes from HTML to RTF Upon Forward in custom form. User is unable to see attached file icons. How can I ensure user can see attached file icons upon forward. . |
#8
|
|||
|
|||
![]()
What code? And what version of Outlook?
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Delnang" wrote in message ... I know, I am puzzled too. We use the attach icon built into Outlook to attach a pdf file. The only thing I could think of it that the code buttons which add text to the body of the message was altering the memo field. If you think of something, please let me know. Thank you for your continued responses and help! Angie "Sue Mosher [MVP]" wrote: And the form is published to the Organizational Forms library? Then I can't explain that behavior. FWIW, forwarding an item should not change the message format. Maybe the problem is related to your code that inserts the attachment. "Delnang" wrote in message ... I do have the same the same published form set up as the form to use in Actions upon Forward. "Sue Mosher [MVP]" wrote: As I described in that thread, you need to make sure that the form is set up on the (Actions) page of the form design to use the same published form for the Forward action, not the default message form. "Delnang" wrote in message ... Sue, I appreciate your response. This is closely related to the post: http://www.microsoft.com/office/comm...xp=&sloc=en-us All is well when a user runs the button/code to enter the default text, attaches a pdf file and sends the message. When the recipient Forwards the message the icons denoting the attached files disappear. If you were to got to Format | HTML the icons denoting the attachments appear. The attachment do not detach from the message just the appearance of the icons. Does that help? These emails are sent inside the company. Mail Format Changes from HTML to RTF Upon Forward in custom form. User is unable to see attached file icons. How can I ensure user can see attached file icons upon forward. . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
In Outlook 2007, How to change default email format from HTML to t | kmcorrell | Outlook - Installation | 1 | September 27th 08 06:32 AM |
Mail Merge - Format/Send Text and HTML Format | srm | Outlook - General Queries | 0 | January 17th 07 07:15 PM |
setting default reply/forward format as HTML. | Dave f. | Outlook - General Queries | 3 | August 18th 06 03:46 PM |
How to permanently change the text size for HTML format messages | Cliff Wang | Outlook - General Queries | 1 | July 7th 06 03:45 PM |
forward mail become in HTML format | ani | Outlook Express | 2 | June 1st 06 01:24 PM |