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.23341.1754
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets 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 methodMemberwiseClone
Creates 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also