Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.Attachments

TElSimpleMIMEMessage     See also     


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


Returns the attachment by its index.

Declaration

[C#]
    TElSimpleMIMEAttachment Attachments[int Index];

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

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

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

[PHP]
    TElSimpleMIMEAttachment get_Attachments(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the attachment.

Description

    Use this property to get the attachment by its index.

See also:     AddAttachment     RemoveAttachment     AttachmentCount    

Discuss this help topic in SecureBlackbox Forum