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