Omitir para ir al contenido principal
  • Hacer pedidos rápida y fácilmente
  • Ver pedidos y realizar seguimiento al estado del envío
  • Cree y acceda a una lista de sus productos
  • Administre sus sitios, productos y contactos de nivel de producto de Dell EMC con Administración de la empresa.

Número del artículo: 000138633


Configure IMAP4 message retrieval format options in Exchange 2013

Contenido del artículo


Síntomas


Article Summary: This article contains information about configuring IMAP4 message retrieval format options in Exchange 2013


 


Set the IMAP4 message retrieval format at the server level

Use the EAC to set the IMAP4 message retrieval format at the server level
In the EAC, navigate to Servers.
In the list of servers, select the Client Access server, and then click Edit Icon.
On the server properties page, click IMAP4.

Under Message MIME format, choose from the following settings:

Text
HTML
HTML and alternative text
Enriched text
Enriched text and alternative text
Best body format
TNEF

Click Save.

After you've set the message retrieval format settings for IMAP4, you must restart the IMAP4 services for the settings to take effect.

Use the Shell to set the IMAP4 message retrieval format at the server level

This example sets the message retrieval format option to text only for all IMAP4 users on server CAS01.

Set-IMAPSettings -Identity CAS01 -MessageRetrievalMimeFormat TextOnly

 

Message format Value
Text 0 or TextOnly
HTML 1 or HtmlOnly
HTML and alternative text 2 or HtmlAndTextAlternative
Enriched text 3 or TextEnriched
Enriched text and alternative text 4 or TextEnrichedAndTextAlternative
Best body format 5 or BestBodyFormat
TNEF 6 or Tnef

 

After you've set the message retrieval format settings for IMAP4, you must restart the IMAP4 services for the settings to take effect.

Do the following to verify that you’ve successfully set IMAP4 message retrieval settings on a server.

Run the following command in the Shell.

Get-IMAPSettings | format-list

Verify the MessageRetrievalMimeFormat setting is correct.


Set the IMAP4 message retrieval format for a user

Use the Shell to set the IMAP4 message retrieval format for a user

This example sets the message retrieval format to text only for IMAP4 access for USER01.

Set-CASMailbox -Identity USER01 -IMAPMessagesRetrievalMimeFormat TextOnly

You can choose from the following settings. You can specify the value for the PopMessagesRetrievalMimeFormat parameter by using a numerical value or a text string.


 

Message format Value
Text 0 or TextOnly
HTML 1 or HtmlOnly
HTML and alternative text 2 or HtmlAndTextAlternative
Enriched text 3 or TextEnriched
Enriched text and alternative text 4 or TextEnrichedAndTextAlternative
Best body format 5 or BestBodyFormat
TNEF 6 or Tnef

 

Propiedades del artículo


Producto comprometido

Servers, PowerEdge, Microsoft Windows 2008 Server R2, Microsoft Windows 2008 Server Service Pack 2, Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2

Fecha de la última publicación

21 feb 2021

Versión

3

Tipo de artículo

Solution