Discuss this help topic in SecureBlackbox Forum

TElMultiPartList.GetAttachment

TElMultiPartList     


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


Returns the desired attachment.

Declaration

[Pascal]
    not applicable;

[C++]
    not available

[PHP]
    not available

[C#]
    TElMessagePart GetAttachment(int Index);

[VB.NET]
    Function GetAttachment(ByVal Index As Integer) As TElMessagePart

[Java]
    TElMessagePart getAttachment(int Index);

Parameters

  • Index - the index of the desired attachment in the list.

Description

    Use this method to access the attachments.

Discuss this help topic in SecureBlackbox Forum