Click or drag to resize
IssueRecipientsListServiceGetBouncedContactsIds Method
Filters contact ids which exceed bounce limit.

Namespace: CMS.Newsletters.Web.UI.Internal
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
public IList<int> GetBouncedContactsIds(
	IList<int> contactIds,
	int bounceLimit
)

Parameters

contactIds
Type: System.Collections.GenericIListInt32
Contact ids
bounceLimit
Type: SystemInt32
Bounce limit

Return Value

Type: IListInt32
Contact ids
See Also