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