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