Click or drag to resize

SOMailAttachment Interface

SOMailAttachment class

Namespace:  SOMailReader.Interop
Assembly:  SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOMailAttachment : IMailAttachment

The SOMailAttachment type exposes the following members.

Properties
  NameDescription
Public propertyFilename
property Filename
(Inherited from IMailAttachment.)
Public propertyHasBlob
property HasBlob
(Inherited from IMailAttachment.)
Public propertyMimeType
property MimeType
(Inherited from IMailAttachment.)
Public propertyName
property Name
(Inherited from IMailAttachment.)
Public propertyPath
property Path
(Inherited from IMailAttachment.)
Top
Methods
  NameDescription
Public methodAddBlob
method AddBlob
(Inherited from IMailAttachment.)
Public methodGetBlob
method GetBlob
(Inherited from IMailAttachment.)
Public methodTakeFile
method TakeFile
(Inherited from IMailAttachment.)
Top
See Also