Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum