Consider the following scenario:
For example, you query information about an email message that has the following SMTP header:
Content-Type: text/plain; charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Note The IMAP client cannot read the message because the Content-Disposition field contains no parameters.
However, an IMAP client can query information about an email message that has the following SMTP header:
Content-Type: text/plain; charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="test.txt"
- You connect to a Microsoft Exchange Server 2010 Client Access server by using an Internet Message Access Protocol (IMAP) client.
- You use the IMAP client to query information about a single part of an email message.
- The Content-Disposition field in the Simple Mail Transfer Protocol (SMTP) header of the email message contains no parameters.
For example, you query information about an email message that has the following SMTP header:
Content-Type: text/plain; charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Note The IMAP client cannot read the message because the Content-Disposition field contains no parameters.
However, an IMAP client can query information about an email message that has the following SMTP header:
Content-Type: text/plain; charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="test.txt"