Click or drag to resize

VERPAddress Class

Represents Variable Envelope Return Path (VERP) address (e.g. "list-owner+bob=recipient.com@sender.com"). You can use Join method to create VERP email address or Parse(String) method to parse existing one.
Inheritance Hierarchy
SystemObject
  Limilabs.Mail.ToolsVERPAddress

Namespace: Limilabs.Mail.Tools
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public class VERPAddress

The VERPAddress type exposes the following members.

Constructors
 NameDescription
Public methodVERPAddress Creates new VERPAddress class instance.
Top
Properties
 NameDescription
Public propertyFromAddress Gets original email From address (e.g. "list-owner@sender.com").
Public propertyToAddress Gets original email To address (e.g. "bob@recipient.com").
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodJoin Joins FromAddress and ToAddress to create VERP address (e.g. "list-owner+bob=recipient.com@sender.com").
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberParse Parses existing VERP address (e.g. "list-owner+bob=recipient.com@sender.com").
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also