Click or drag to resize

EmailBounceReaderAddToNoSendList Method

Adds an email that doesn't exist to the nosend list in xot_email_nosend.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddToNoSendList(
	IAppContext appCxt,
	string emailAddress,
	string addedBy,
	string parentTagName,
	string reason,
	string senderIP,
	string bounceStatus,
	DateTime dtCreated
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
emailAddress
Type: SystemString
The email address.
addedBy
Type: SystemString
The event adding the item, e.g. "SendGrid-bounce".
parentTagName
Type: SystemString
The parent tag name.
reason
Type: SystemString
The reason the addressing is being added to the list.
senderIP
Type: SystemString
The sender's IP address.
bounceStatus
Type: SystemString
The bounce status.
dtCreated
Type: SystemDateTime
The date created, in UTC.
See Also