Enviar para | O Destinatário de Correio sempre envia o email em texto simples

2

Sempre que você selecionar o envio de um arquivo por e-mail (clique com o botão direito do mouse sobre ele e selecione Enviar para | destinatário do e-mail) o e-mail é automaticamente em texto simples e inclui texto adicional:

Your message is ready to be sent with the following file or link attachments: call log.csv

Note: To protect against computer viruses, e-mail programs may prevent sending or receiving certain types of file attachments. Check your e-mail security settings to determine how attachments are handled.

Como posso enviar o email em HTML automaticamente e como posso remover o texto adicional do corpo do email?

    
por Nicu Zecheru 27.08.2009 / 14:49

3 respostas

2

Isso não funciona para mim, a menos que você adicione "/ a" após o "ipm.note" ... então funciona (Outlook 2007).

Ainda assim, uma solução muito melhor (script VBS) que permite vários anexos e assinaturas: link

    
por 15.02.2010 / 21:24
1

Embora isso possa ser feito, parece um pouco complicado. Consulte "" Outlook: Enviar para Destinatário de Email abre uma mensagem de texto sem formatação do Outlook " da Microsoft:

The methods described use the simple Messaging Application Programming Interface (MAPI) function MAPISendMail(), which does not use the Outlook default message format. This function always creates a plain text formatted message.

A solução

To work around this issue, change the Sendto function to use the Outlook default message format, for example, Rich Text Format (RTF) or Hypertext Markup Language (HTML). (To set the Outlook default message format, click Options on the Tools menu, click Mail Format, and in the Send in this message format list, click the format that you want to use.)

To change the Sendto function to use the Outlook default message format, you need to create a shortcut in the Send To folder that calls an Outlook formatted message window:

  1. In Microsoft Windows Explorer, double-click to open the Windows\SendTo folder. Note If you are using Windows XP, or later, the \SendTo folder is located in the following path: %userprofile%\SendTo
  2. Right-click the background of the Contents pane (the large pane on the right), point to New on the shortcut menu, and then click Shortcut.
  3. Type the path to the Outlook.exe file, or click Browse and to browse to the Outlook.exe file.
  4. Type a space followed by /c ipm.note following the last character on the command line, for example: "C:\Program Files\Microsoft Office\Office\Outlook.exe" /c ipm.note Note that the /c switch is outside the command line quotation marks.
  5. Click Next.
  6. Type Mail Recipient Using Outlook in the Select a name for the shortcut box, and then click Finish.

To test to see if the Sendto function uses the Outlook default message format, right-click a file on the Windows desktop, point to Send To on the shortcut menu, and then click Mail Recipient Using Outlook. An Outlook e-mail form should open that contains only the file as an attachment.

    
por 27.08.2009 / 15:12
0

Pena que não funciona para vários itens anexados embora ... Ele só anexa um arquivo do grupo.

    
por 17.12.2009 / 21:41