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.23341.1754
Syntax
public static VERPAddress Parse(
	string verpAddress
)

Parameters

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

Return Value

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