Click or drag to resize

clsImportEMailAttachment Class

Data holder to import emails attachment files into the MARIProject database
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportEMailAttachment

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportEMailAttachment : clsImportBase

The clsImportEMailAttachment type exposes the following members.

Constructors
  NameDescription
Public methodclsImportEMailAttachment
Initializes a new instance of the clsImportEMailAttachment class
Top
Fields
  NameDescription
Public fieldAttachmentID
internal key
Public fieldDocData
Content data (bytes array) of the attachment
Public fieldEmailID
internal key for the email
Public fieldFilename
Filename of the attachment as a referece to the bytes in the array
Public fieldMimeType
mimetype of the attachment
Top
Remarks
See Also