Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandler.IsTextPlain

TElMessagePartHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks if type of the part is text and subtype is plain.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    protected class function IsTextPlain(const wsContentType: TString; ContentTypeField: TElMessageHeaderField; Header: TElMessageHeader): Boolean;

[PHP]
    not available

[C++]
    not available

[Java]
    not available

Parameters

  • wsContentType - message part content type without parameters.
  • ContentTypeField - the whole 'content-type' header field with all parameters.
  • Header - the whole header of the message part.

Return value

    Returns True if part type is text and subtype is plain, and False otherwise.

Description

    This method is necessary only for TElMessagePart.CreatePartForHeader method correct work.

See also:     IsAudio     IsImage     IsMessage     IsMultipart     IsText     IsVideo    

Discuss this help topic in SecureBlackbox Forum