Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsAttachment

TElMessagePart     See also     


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


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

Declaration

[C#]
    bool IsAttachment();

[VB.NET]
    Function IsAttachment() As Boolean

[Pascal]
    function IsAttachment: Boolean;

[C++]
    bool IsAttachment();

[PHP]
    bool IsAttachment()

[Java]
    boolean isAttachment();

Return value

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

Description

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

See also:     IsInline     ContentDisposition    

Discuss this help topic in SecureBlackbox Forum