Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsInline

TElMessagePart     See also     


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


Shows if the value of the "Content-Disposition:" header field is INLINE.

Declaration

[C#]
    bool IsInline();

[VB.NET]
    Function IsInline() As Boolean

[Pascal]
    function IsInline: Boolean;

[C++]
    bool IsInline();

[PHP]
    bool IsInline()

[Java]
    boolean isInline();

Return value

    True if value of the "Content-Disposition:" header field is INLINE;
    False otherwise.

Description

    Use this method to find out if the value of the "Content-Disposition:" header field is INLINE.

See also:     IsAttachment     ContentDisposition    

Discuss this help topic in SecureBlackbox Forum