Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.IndexOfAttachment

TElSimpleMIMEMessage     See also     


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


Returns an attachment index.

Declaration

[C#]
    int IndexOfAttachment(TElSimpleMIMEAttachment Attachment);

[VB.NET]
    Function IndexOfAttachment(ByVal Attachment As TElSimpleMIMEAttachment) As Integer

[Pascal]
    function IndexOfAttachment(Attachment: TElSimpleMIMEAttachment): integer;

[C++]
    int32_t IndexOfAttachment(TElSimpleMIMEAttachment &Attachment);
    int32_t IndexOfAttachment(TElSimpleMIMEAttachment *Attachment);

[PHP]
    integer IndexOfAttachment(TElSimpleMIMEAttachment $Attachment)

[Java]
    int indexOfAttachment(TElSimpleMIMEAttachment Attachment);

Parameters

  • Attachment - attachment, index of which is required.

Description

    Use this method to get an attachment index.

See also:     Attachments    

Discuss this help topic in SecureBlackbox Forum