Discuss this help topic in SecureBlackbox Forum
This read-only property contains the number of recipients in the group.
Declaration
[VB.NET]
Property RecipientCount As Integer
[Pascal]
property RecipientCount : integer;
[C++]
int32_t get_RecipientCount();
[PHP]
integer get_RecipientCount()
[Java]
int getRecipientCount();
Description
Use this property to get total amount of recipients in the group.
Discuss this help topic in SecureBlackbox Forum