Unit 'IdMessageParts' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdMessageParts

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdMessageParts.pas line 141

type TIdMessageParts = class(TOwnedCollection)

protected

  FAttachmentEncoding: string;

  

  FAttachmentCount: Integer;

  

  FMessageEncoderInfo: TObject;

  

  FRelatedPartCount: Integer;

  

  FTextPartCount: Integer;

  

  function GetItem();

  

  function GetOwnerMessage;

  

  procedure SetAttachmentEncoding();

  

  procedure SetItem();

  

public

  function Add;

  

  procedure CountParts;

  

  constructor Create();

  

  property AttachmentCount: Integer; [r]

  

  property AttachmentEncoding: string; [rw]

  

  property Items []: TIdMessagePart; default; [rw]

  

  property MessageEncoderInfo: TObject; [r]

  

  property OwnerMessage: TPersistent; [r]

  

  property RelatedPartCount: Integer; [r]

  

  property TextPartCount: Integer; [r]

  

end;

Inheritance

TIdMessageParts

  

|

TObject



CT Web help

CodeTyphon Studio