change mail format for contacts

  • Thread starter Thread starter Anne
  • Start date Start date
A

Anne

For the iphone, attachments come over as winmail.dat and the solution is to
change the mail format in options, mail format to HTML.

Also the individual contacts needs to be changed by double clicking the
email address and changing the internet format to Send Plain Text only.

After these changes are made, the attachments come over fine. I have had
problems with this issue with some contact before. I would love to be able to
make this change globally instead of having to edit all contacts. Can this be
done.
 
For the iphone, attachments come over as winmail.dat and the solution is to
change the mail format in options, mail format to HTML.

Also the individual contacts needs to be changed by double clicking the
email address and changing the internet format to Send Plain Text only.

After these changes are made, the attachments come over fine. I have had
problems with this issue with some contact before. I would love to be able
to
make this change globally instead of having to edit all contacts. Can this
be
done.

For those contacts for which you change the Internet format to "Send Plain
Text only", you will not be able to send HTML messages. That setting
overrides the setting in Tools>Options>Mail Format. You want to choose "Let
Outlook decide the best sending format."
 
That doesn't matter as the code is already written.

- Download and install the Redemption.
- Open the VBA editor (alt+f11)
- If the explorer isn't visible, open it with ctrl+r
- Double click "ThisOutlookSession" to ensure the module is open
- Copy the code into that window (ThisOutlookSession).
- Decide whether you want to set the format to AutoFormat or to
PlaintextOnly.
- The current setting is Send_Auto_Format. if that's fine you don't need to
change it.
- The code iterates your default contact folder, and changes the format for
every found Email1Address.
- Run the code by pressing f5. If you'll get prompt, choose the
ChangeSendingFormat function. (If the cursor is within the function, you
won't get a prompt, and the executions starts immediately).

Does it work for you?

--
Best regards
Michael Bauer - MVP Outlook
Manage and share your categories:
<http://www.vboffice.net/product.html?lang=en>


Am Wed, 10 Mar 2010 09:34:04 -0800 schrieb Anne:
 
What version of Outlook? Do you ever need TNEF support? If you use Outlook
2007 SP2 and don't ever need TNEF, see "if all else fails... " at the bottom
of http://www.slipstick.com/problems/alwaysrtf.asp


--
Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/

Outlook Tips by email:
mailto:[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
mailto:[email protected]

Do you sync your mailbox with a smartphone or pda?
http://forums.slipstick.com/showthread.php?t=39473
 
Back
Top