MimePart.ContentTransferEncoding property

The ContentTransferEncoding property gets the content transfer encoding that is used to encode this MimePart object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ContentTransferEncoding As ContentTransferEncoding
    Get
'Usage
Dim instance As MimePart
Dim value As ContentTransferEncoding

value = instance.ContentTransferEncoding
public ContentTransferEncoding ContentTransferEncoding { get; }

Property value

Type: Microsoft.Exchange.Data.Mime.ContentTransferEncoding

See also

Reference

MimePart class

MimePart members

Microsoft.Exchange.Data.Mime namespace