The EmbeddedFile type exposes the following members.

Methods

  NameDescription
Public methodToString
Returns a string for the current EmbeddedFile object.
(Overrides Object..::..ToString()()()().)
Public methodWrite(BinaryWriter)
Write this embedded file to any writer.
Public methodWrite(Stream)
Write this embedded file to a stream, eg a FileStream or MemoryStream.

Properties

  NameDescription
Public propertyCreationDate
The creation date for this embedded file.
Public propertyDescription
The description provided to this embedded file.
Public propertyFileName
The file name for this embedded file.
Public propertyFolderName
The folder name in which this embedded file should be placed. (can be null, meaning not placed in any folder)
Public propertyMimeType
The MIME type for this embedded file.
Public propertyModificationDate
The modification date for this embedded file.
Public propertySize
The size in bytes for this embedded file.

See Also