The AttachmentBase type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkContentDescription
Gets or sets the content description of this attachment.
Public propertySupported by the .NET Compact FrameworkContentDisposition
Gets the content disposition of this attachment.
Public propertySupported by the .NET Compact FrameworkContentId
Gets or sets the content ID of this attachment.
Public propertySupported by the .NET Compact FrameworkContentLocation
Gets or sets the absolute or relative URI of this message part.
Public propertySupported by the .NET Compact FrameworkContentString
Gets the content string of this attachment.
Public propertySupported by the .NET Compact FrameworkContentType
Gets the content type of this attachment.
Public propertySupported by the .NET Compact FrameworkCharset
Gets the charset (Encoding) of the content of this attachment.
Public propertySupported by the .NET Compact FrameworkMediaType
Gets the media type of this attachment.
Public propertySupported by the .NET Compact FrameworkOptions
Gets or sets verious options for MIME parser and writer.
Public propertySupported by the .NET Compact FrameworkTransferEncoding
Gets or sets the TransferEncoding of the content of this attachment.

See Also