| 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
)
Public Shared Function Parse (
verpAddress As String
) As VERPAddress
public:
static VERPAddress^ Parse(
String^ verpAddress
)
static member Parse :
verpAddress : string -> VERPAddress
Parameters
- verpAddress
- Type: SystemString
VERP address to parse (e.g. "list-owner+bob=recipient.com@sender.com").
Return Value
Type:
VERPAddressNew VERPAddress class instance with
ToAddress and
FromAddress properties set ("bob@recipient.com" and "list-owner@sender.com" accordingly).
See Also