Mail Format Changes from HTML to RTF Upon Forward - How to change

Status
Not open for further replies.
D

Delnang

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.
 
Are you using this custom form to send to non-Outlook recipients? That's

likely to make any attachments unavailable.

Sue Mosher

"Delnang" <Delnang> wrote in message

news:4F73CB39-DF52-4BA2-98A2-082EAB35088C@microsoft.com...
> 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.
 
Re: Mail Format Changes from HTML to RTF Upon Forward - How to cha

Sue,

I appreciate your response. This is closely related to the post:

?query=delnang&dg=microsoft.public....70fe&catlist=&dglist=&ptlist=&exp=&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
> > >

> "Delnang" <Delnang> wrote in message
> news:4F73CB39-DF52-4BA2-98A2-082EAB35088C@microsoft.com...
> > 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.


> .
>
 
Re: Mail Format Changes from HTML to RTF Upon Forward - How to cha

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

"Delnang" <Delnang> wrote in message

news:92330989-82E9-4EE2-845C-A4E2D08CF6CF@microsoft.com...
> Sue,
> I appreciate your response. This is closely related to the post:
> ?query=delnang&dg=microsoft.public....70fe&catlist=&dglist=&ptlist=&exp=&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.
 
Re: Mail Format Changes from HTML to RTF Upon Forward - How to cha

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
> > >

> "Delnang" <Delnang> wrote in message
> news:92330989-82E9-4EE2-845C-A4E2D08CF6CF@microsoft.com...
> > Sue,
> > I appreciate your response. This is closely related to the post:
> > ?query=delnang&dg=microsoft.public....70fe&catlist=&dglist=&ptlist=&exp=&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.


> .
>
 
Re: Mail Format Changes from HTML to RTF Upon Forward - How to cha

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

"Delnang" <Delnang> wrote in message

news:675880C2-1D29-4B83-AE17-DAE4C6B5B9BA@microsoft.com...
> 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" <Delnang> wrote in message
> > news:92330989-82E9-4EE2-845C-A4E2D08CF6CF@microsoft.com...
> > > Sue,
> > > I appreciate your response. This is closely related to the post:
> > > ?query=delnang&dg=microsoft.public....70fe&catlist=&dglist=&ptlist=&exp=&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.
 
Re: Mail Format Changes from HTML to RTF Upon Forward - How to cha

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
> > >

> "Delnang" <Delnang> wrote in message
> news:675880C2-1D29-4B83-AE17-DAE4C6B5B9BA@microsoft.com...
> >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" <Delnang> wrote in message
> >> news:92330989-82E9-4EE2-845C-A4E2D08CF6CF@microsoft.com...
> >> > Sue,
> >> > I appreciate your response. This is closely related to the post:
> >> > ?query=delnang&dg=microsoft.public....70fe&catlist=&dglist=&ptlist=&exp=&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.


> .
>
 
Re: Mail Format Changes from HTML to RTF Upon Forward - How to cha

What code? And what version of Outlook?

Sue Mosher

"Delnang" <Delnang> wrote in message

news:5F81D71B-5FF1-40EA-B976-8F4774744436@microsoft.com...
> 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" <Delnang> wrote in message
> > news:675880C2-1D29-4B83-AE17-DAE4C6B5B9BA@microsoft.com...
> > >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" <Delnang> wrote in message
> > >> news:92330989-82E9-4EE2-845C-A4E2D08CF6CF@microsoft.com...
> > >> > Sue,
> > >> > I appreciate your response. This is closely related to the post:
> > >> > ?query=delnang&dg=microsoft.public....70fe&catlist=&dglist=&ptlist=&exp=&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.

>

>
>> .
> >
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
e_a_g_l_e_p_i MY Outlook 2021 changed the format of the shortcuts for mail, calendar etc. Using Outlook 10
M Mail in HTML format can't be sent if url or number is in the body Outlook 2010 Using Outlook 2
M how to save incoming mail in TRUE csv format Outlook VBA and Custom Forms 1
A change mail format Outlook VBA and Custom Forms 5
M Switch Mail format Outlook VBA and Custom Forms 6
A How to change message format while forwarding a mail Outlook VBA and Custom Forms 1
P Limited Support for 3rd Party Mail in new Outlook? Using Outlook 1
T Exchange Server - Mail Delay Stamping Exchange Server Administration 0
L Error when exporting Sent Mail to Excel Outlook VBA and Custom Forms 6
X Run macro automatically when a mail appears in the sent folder Using Outlook 5
K How can I delete an e-mail from Outlook Using Outlook 1
L Help: set flag for sent mail to check if received an answer Outlook VBA and Custom Forms 2
A Macro Mail Alert Using Outlook 4
Z Outlook 365 Automatically assign categories to incoming mail in a shared folder Round Robin Outlook VBA and Custom Forms 1
W Outlook 365 I am getting the "Either there is no default mail client" error when I try to send an email on excel Office 365 Using Outlook 1
D Gmail mail is being delivered to a different email inbox in Outlook App 2021 Using Outlook 2
P What is your strategy for dealing with SPAM and Junk Mail? Using Outlook 1
C Code to move mail with certain attachment name? Does Not work Outlook VBA and Custom Forms 3
T 1:1 Datatransfer from incoming mail body to customs form body Outlook VBA and Custom Forms 0
O Mail rule issue Using Outlook 3
A manual rule sends mail to wrong folder Using Outlook 5
Aussie Outlook 365 Rule runs manually but returns the error code "an unexpected error has occurred" when incoming mail arrives Using Outlook 1
D ISOmacro to extract active mail senders name and email, CC, Subject line, and filename of attachments and import them into premade excel spread sheet Outlook VBA and Custom Forms 2
Witzker Outlook 2019 Macro to answer a mail with attachments Outlook VBA and Custom Forms 2
D Outlook 2003 Mail Fails Using Outlook 1
Cathy Rhone Mail merge error message Using Outlook 1
R Sent emails show iCloud mail account not the alias Using Outlook 2
D Advanced e-Mail search on from/to contact group only searches for first 20 contacts in group Using Outlook 0
P Print attachments automatically and move the mail to an existing folder called "Ted" Outlook VBA and Custom Forms 4
P Importing other e-mail accounts into Outlook Using Outlook 1
lcarpay Stay in the mail folder pane after ctrl-1 Using Outlook 1
O Exchange Sync period only (e.g. last years mail) Using Outlook 0
F Excel VBA to move mails for outlook 365 on secondary mail account Outlook VBA and Custom Forms 1
M Convertor for Outlook Express Mail Store (.dbx) to Outlook Mail Store (.pst) Using Outlook 0
T vba extract data from msg file as attachment file of mail message Outlook VBA and Custom Forms 1
J E-mail held in Outbox while Minimized Using Outlook 3
G Forward email body to other mail list directly from Exchange server Exchange Server Administration 1
T Outlook creates a copie of every mail I send Using Outlook.com accounts in Outlook 4
N Please advise code received new mail Using Outlook 0
M Outlook 2010 How could I globally redesign an outlook template form/region/inspector template used to display mail lists or an individual mails? Outlook VBA and Custom Forms 0
A How to stop user form from disapearing once mail window is closed? Outlook VBA and Custom Forms 0
M Outlook, send to > mail recipient - results in plain text email Using Outlook 1
R How to Sync *all* Google Workspace Mail Folders with Outlook 2019 (MS365) Using Outlook 3
S Outlook VBA How to adapt this code for using in a different Mail Inbox Outlook VBA and Custom Forms 0
E Having some trouble with a run-a-script rule (moving mail based on file type) Outlook VBA and Custom Forms 5
S Outlook email to configure setup for each mail Outlook VBA and Custom Forms 1
L Correct E-Mail Pulling Wrong Mail Using Outlook 5
S Outlook mail adressing stops after first match in GAL Using Outlook 0
P Outlook 2013 All imported Mail Rules in error when imported into new profile Using Outlook 5
S Outlook Macro to send auto acknowledge mail only to new mails received to a specific shared inbox Outlook VBA and Custom Forms 0

Similar threads

Back
Top