ContactGroupMemberInfoProviderGetContactGroupMembers Method |
Gets contacts in a given contact group.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax public static ObjectQuery<ContactGroupMemberInfo> GetContactGroupMembers(
int contactGroupId,
bool monitoringEnabled,
int bounceLimit
)
Parameters
- contactGroupId
- Type: SystemInt32
Contact group ID - monitoringEnabled
- Type: SystemBoolean
Indicates if bounced e-mail monitoring is enabled - bounceLimit
- Type: SystemInt32
Bounce e-mail limit
Return Value
Type:
ObjectQueryContactGroupMemberInfoRemarks If bounced e-mail monitoring is enabled, only contacts that have less bounces then bounce limit are returned.
See Also