Discuss this help topic in SecureBlackbox Forum

TElMessagePart.AttachmentsCount

TElMessagePart     See also     


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


This read-only property returns total number of part attachments.

Declaration

[C#]
    int AttachmentsCount;

[VB.NET]
    Property AttachmentsCount As Integer

[Pascal]
    property AttachmentsCount : Integer;

[C++]
    int32_t get_AttachmentsCount();

[PHP]
    integer get_AttachmentsCount()

[Java]
    int getAttachmentsCount();

Description

    Use this property to get total amount of part attachments.

See also:     Attachments    

Discuss this help topic in SecureBlackbox Forum