EldoS
Navigation
Web site
Support
Table Of Contents

TElMessagePart class

Properties     Methods     Declared in     See also    


 

TElMessagePart is a descendant of TElCustomControlledProcess.
TElMessagePart is a base class for TElMultiPartList and TElPlainTextPart classes.

 
 

Description

    This class represents a part of the message. Each part has MessageHeader and body. As structure of a MIME message is recursive, body can in turn consist of one or more parts.
     There are 7 top-level types according to the standard: text, image, audio, video, application, multipart and message. Use TElMultiPartList when you deal with multipart type. TElPlainTextPart is used for parts of "plain" subtype of the "text" type. But its main porpose is compatibility with old non-mime messages.

 
 

Properties

  • Attachments
  • AttachmentsCount
  • BodyLen
  • Charset
  • ContentDescription
  • ContentDisposition
  • ContentID
  • ContentSubType
  • ContentTransferEncoding
  • ContentType
  • Data
  • DataSize
  • DataStream
  • DisposeDataStream
  • FieldValue
  • FileName
  • Header
  • HeaderContentDispositionField
  • HeaderContentLocationField
  • HeaderContentTransferEncodingField
  • HeaderContentTypeField
  • HeaderFields
  • IsActivatedMessagePartHandler
  • MessageBodyPartHandler
  • MessagePartHandler
  • Options
  • Parent
  • ParentMessage
  • PartsCount
  • Stream
  • StreamPosBegin
Inherited from TElCustomControlledProcess
  • ProcessController
  • ProcessLocked
 
 

Methods

  • Constructor
  • Destructor
  • Assemble
  • AddPart
  • Assign
  • Clear
  • Clone
  • DeletePart
  • GetData
  • GetDataSize
  • GetPart
  • GetText
  • IsApplication
  • IsAttachment
  • IsAudio
  • IsImage
  • IsInline
  • IsMessage
  • IsMultipart
  • IsText
  • IsTextHtml
  • IsTextPlain
  • IsVideo
  • Parse
  • SaveDataToFile
  • SaveDataToStream
  • SetData
  • SetText
Inherited from TElCustomControlledProcess
  • CheckProcessController
 

Protected Methods

  • GetEncodingStreamClass
 
 

Declared in

.NET:

  • Namespace: SBMIME
  • Assembly: SecureBlackbox.MIME
VCL:
  • Unit: SBMIME
ActiveX/DLL: Not available
 
 

See also:     TElMultiPartList     TElPlainTextPart    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation