Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.AttachmentCount

TElSimpleMIMEMessage     See also     


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


Returns the total number of the message attachments.

Declaration

[C#]
    int AttachmentCount;

[VB.NET]
    Property AttachmentCount As Integer

[Pascal]
    property AttachmentCount : Integer;

[C++]
    int32_t get_AttachmentCount();

[PHP]
    integer get_AttachmentCount()

[Java]
    int getAttachmentCount();

Description

    Use this read-only property to get the total number of the message attachments.

See also:     Attachments    

Discuss this help topic in SecureBlackbox Forum