Click or drag to resize

VERPAddressParse Method

Parses existing VERP address (e.g. "list-owner+bob=recipient.com@sender.com").

Namespace: Limilabs.Mail.Tools
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static VERPAddress Parse(
	string verpAddress
)

Parameters

verpAddress  String
VERP address to parse (e.g. "list-owner+bob=recipient.com@sender.com").

Return Value

VERPAddress
New VERPAddress class instance with ToAddress and FromAddress properties set ("bob@recipient.com" and "list-owner@sender.com" accordingly).
See Also