Discuss this help topic in SecureBlackbox Forum

TElMessagePart.Options

TElMessagePart     See also     


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


Contains parsing options for the part.

Declaration

[C#/Java]
    TElMessageParsingOptions Options;
    
    TElMessageParsingOptions = SmallInt;
    
    TElMessageParsingOptions represents a bit mask which contains zero or more bit flags as defined by TElMessageParsingOption
    

[VB.NET]
    Property Options As TElMessageParsingOptions
    
    TElMessageParsingOptions As SmallInt
    
    TElMessageParsingOptions represents a bit mask which contains zero or more bit flags as defined by TElMessageParsingOption
    

[Pascal]
    property Options : TElMessageParsingOptions;
    TElMessageParsingOptions = set of TElMessageParsingOption

[C++]
    TElMessageParsingOptions get_Options();
    void set_Options(TElMessageParsingOptions Value);

[PHP]
    integer get_Options()
    void set_Options(integer $Value)

ELMessageParsingOptions values


Description

    Use this property to get/set options which define the actions to be taken during parsing.
     Note, Options enabling differs for VCL and .NET versions. To enable several options in .NET use bitwise OR operation, for example "mpoStoreStream | mpoLoadData | mpoCalcDataSize".

See also:     TElMessageParsingOption    

Discuss this help topic in SecureBlackbox Forum