Discuss this help topic in SecureBlackbox Forum

TElMessage.Attachments

TElMessage     See also     


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


Returns attachment with specified index.

Declaration

[C#]
    TElMessagePart Attachments[int Index];

[VB.NET]
    Property Attachments(ByVal Index As Integer) As TElMessagePart

[Pascal]
    property Attachments[Index : integer]: TElMessagePart;

[C++]
    TElMessagePart* get_Attachments(int32_t Index);

[PHP]
    TElMessagePart get_Attachments(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the attachment that must be returned.

Description

    Use this read-only property to get attachment by its index.

See also:     AttachmentCount    

Discuss this help topic in SecureBlackbox Forum