Classe TRESTDWMessage
Unit
Declaração
type TRESTDWMessage = class(TRESTDWComponent)
Descrição
No description available, ancestor TRESTDWComponent description follows
Hierarquia
- TObject
- TPersistent
- TComponent
- TRESTDWComponent
- TRESTDWMessage
Visão Geral
Campos
![]() |
FBody: TStrings; |
![]() |
FNewsGroups: TStrings; |
![]() |
FMsgId: String; |
![]() |
FAttachmentTempDirectory: String; |
![]() |
FCharSet: String; |
![]() |
FContentType: String; |
![]() |
FContentTransferEncoding: String; |
![]() |
FContentDisposition: String; |
![]() |
FReferences: String; |
![]() |
FUID: String; |
![]() |
FText: String; |
![]() |
FXProgram: String; |
![]() |
FDate: TDateTime; |
![]() |
FExtraHeaders: TRESTDWHeaderList; |
![]() |
FEncoding: TRESTDWMessageEncoding; |
![]() |
FFlags: TRESTDWMessageFlagsSet; |
![]() |
FHeaders: TRESTDWHeaderList; |
![]() |
FMessageParts: TRESTDWMessageParts; |
![]() |
FMIMEBoundary: TRESTDWMIMEBoundary; |
![]() |
FIsEncoded: Boolean; |
![]() |
FConvertPreamble: Boolean; |
![]() |
FSavingToFile: Boolean; |
![]() |
FIsMsgSinglePartMime: Boolean; |
![]() |
FExceptionOnBlockedAttachments: Boolean; |
![]() |
FNoEncode: Boolean; |
![]() |
FNoDecode: Boolean; |
![]() |
FOnInitializeISO: TRESTDWInitializeIsoEvent; |
![]() |
FPriority: TRESTDWMessagePriority; |
![]() |
FOnCreateAttachment: TRESTDWCreateAttachmentEvent; |
![]() |
FLastGeneratedHeaders: TRESTDWHeaderList; |
Métodos
![]() |
Procedure DoInitializeISO(Var VHeaderEncoding : Char; Var VCharSet : String); Virtual; |
![]() |
Function GetAttachmentEncoding: String; |
![]() |
Function GetUseNowForDate: Boolean; |
![]() |
Procedure SetAttachmentEncoding(Const AValue : String); |
![]() |
Procedure SetAttachmentTempDirectory(Const Value : string); |
![]() |
Procedure SetBody(Const AValue : TStrings); |
![]() |
Procedure SetContentType(Const AValue : String); |
![]() |
Procedure SetEncoding(Const AValue : TRESTDWMessageEncoding); |
![]() |
Procedure SetExtraHeaders(Const AValue : TRESTDWHeaderList); |
![]() |
Procedure SetHeaders(Const AValue : TRESTDWHeaderList); |
![]() |
Procedure SetUseNowForDate(Const AValue : Boolean); |
![]() |
Constructor Create(AOwner : TComponent); Override; |
![]() |
Destructor Destroy; Override; |
![]() |
Procedure AddHeader(Const AValue : String); |
![]() |
Procedure Clear; Virtual; |
![]() |
Procedure ClearBody; |
![]() |
Procedure ClearHeader; |
![]() |
Procedure GenerateHeader; |
![]() |
Function IsBodyEncodingRequired: Boolean; |
![]() |
Function IsBodyEmpty: Boolean; |
![]() |
Procedure ProcessHeaders; |
![]() |
procedure DoCreateAttachment(Const AHeaders : TStrings; Var VAttachment : TRESTDWAttachment); Virtual; |
Propriedades
Descrição
Campos
![]() |
FBody: TStrings; |
![]() |
FNewsGroups: TStrings; |
![]() |
FMsgId: String; |
![]() |
FAttachmentTempDirectory: String; |
![]() |
FCharSet: String; |
![]() |
FContentType: String; |
![]() |
FContentTransferEncoding: String; |
![]() |
FContentDisposition: String; |
![]() |
FReferences: String; |
![]() |
FUID: String; |
![]() |
FText: String; |
![]() |
FXProgram: String; |
![]() |
FDate: TDateTime; |
![]() |
FExtraHeaders: TRESTDWHeaderList; |
![]() |
FEncoding: TRESTDWMessageEncoding; |
![]() |
FFlags: TRESTDWMessageFlagsSet; |
![]() |
FHeaders: TRESTDWHeaderList; |
![]() |
FMessageParts: TRESTDWMessageParts; |
![]() |
FMIMEBoundary: TRESTDWMIMEBoundary; |
![]() |
FIsEncoded: Boolean; |
![]() |
FConvertPreamble: Boolean; |
![]() |
FSavingToFile: Boolean; |
![]() |
FIsMsgSinglePartMime: Boolean; |
![]() |
FExceptionOnBlockedAttachments: Boolean; |
![]() |
FNoEncode: Boolean; |
![]() |
FNoDecode: Boolean; |
![]() |
FOnInitializeISO: TRESTDWInitializeIsoEvent; |
![]() |
FPriority: TRESTDWMessagePriority; |
![]() |
FOnCreateAttachment: TRESTDWCreateAttachmentEvent; |
![]() |
FLastGeneratedHeaders: TRESTDWHeaderList; |
Métodos
![]() |
Procedure DoInitializeISO(Var VHeaderEncoding : Char; Var VCharSet : String); Virtual; |
![]() |
Function GetAttachmentEncoding: String; |
![]() |
Function GetUseNowForDate: Boolean; |
![]() |
Procedure SetAttachmentEncoding(Const AValue : String); |
![]() |
Procedure SetAttachmentTempDirectory(Const Value : string); |
![]() |
Procedure SetBody(Const AValue : TStrings); |
![]() |
Procedure SetContentType(Const AValue : String); |
![]() |
Procedure SetEncoding(Const AValue : TRESTDWMessageEncoding); |
![]() |
Procedure SetExtraHeaders(Const AValue : TRESTDWHeaderList); |
![]() |
Procedure SetHeaders(Const AValue : TRESTDWHeaderList); |
![]() |
Procedure SetUseNowForDate(Const AValue : Boolean); |
![]() |
Constructor Create(AOwner : TComponent); Override; |
![]() |
Destructor Destroy; Override; |
![]() |
Procedure AddHeader(Const AValue : String); |
![]() |
Procedure Clear; Virtual; |
![]() |
Procedure ClearBody; |
![]() |
Procedure ClearHeader; |
![]() |
Procedure GenerateHeader; |
![]() |
Function IsBodyEncodingRequired: Boolean; |
![]() |
Function IsBodyEmpty: Boolean; |
![]() |
Procedure ProcessHeaders; |
![]() |
procedure DoCreateAttachment(Const AHeaders : TStrings; Var VAttachment : TRESTDWAttachment); Virtual; |
Propriedades
![]() |
property Flags : TRESTDWMessageFlagsSet Read FFlags Write FFlags; |
![]() |
property IsEncoded : Boolean Read FIsEncoded Write FIsEncoded; |
![]() |
property Headers : TRESTDWHeaderList Read FHeaders Write SetHeaders; |
![]() |
property MessageParts : TRESTDWMessageParts Read FMessageParts; |
![]() |
property MIMEBoundary : TRESTDWMIMEBoundary Read FMIMEBoundary; |
![]() |
property UID : String Read FUID Write FUID; |
![]() |
property IsMsgSinglePartMime : Boolean Read FIsMsgSinglePartMime Write FIsMsgSinglePartMime; |
![]() |
property Text : String Read FText Write FText; |
![]() |
property AttachmentEncoding : String Read GetAttachmentEncoding Write SetAttachmentEncoding; |
![]() |
property Body : TStrings Read FBody Write SetBody; |
![]() |
property CharSet : String Read FCharSet Write FCharSet; |
![]() |
property ContentType : String Read FContentType Write SetContentType; |
![]() |
property ContentTransferEncoding : String Read FContentTransferEncoding Write FContentTransferEncoding; |
![]() |
property ContentDisposition : String Read FContentDisposition Write FContentDisposition; |
![]() |
property Date : TDateTime Read FDate Write FDate; |
![]() |
property Encoding : TRESTDWMessageEncoding Read FEncoding Write SetEncoding; |
![]() |
property ExtraHeaders : TRESTDWHeaderList Read FExtraHeaders Write SetExtraHeaders; |
![]() |
property NoEncode : Boolean Read FNoEncode Write FNoEncode Default RESTDW_MSG_NODECODE; |
![]() |
property NoDecode : Boolean Read FNoDecode Write FNoDecode Default RESTDW_MSG_NODECODE; |
![]() |
property Priority : TRESTDWMessagePriority Read FPriority Write FPriority Default RESTDW_MSG_PRIORITY; |
![]() |
property References : String Read FReferences Write FReferences; |
![]() |
property UseNowForDate : Boolean Read GetUseNowForDate Write SetUseNowForDate Default RESTDW_MSG_USESNOWFORDATE; |
![]() |
property LastGeneratedHeaders : TRESTDWHeaderList Read FLastGeneratedHeaders; |
![]() |
property ConvertPreamble : Boolean Read FConvertPreamble Write FConvertPreamble; |
![]() |
property ExceptionOnBlockedAttachments : Boolean Read FExceptionOnBlockedAttachments Write FExceptionOnBlockedAttachments default False; |
![]() |
property AttachmentTempDirectory : String Read FAttachmentTempDirectory Write SetAttachmentTempDirectory; |
![]() |
property OnInitializeISO : TRESTDWInitializeIsoEvent Read FOnInitializeISO Write FOnInitializeISO; |
![]() |
property OnCreateAttachment : TRESTDWCreateAttachmentEvent Read FOnCreateAttachment Write FOnCreateAttachment; |
Gerado por PasDoc 0.16.0.