LumiSoft Net Help
Mail_h_ReturnPath Class
NamespacesLumiSoft.Net.MailMail_h_ReturnPath
Represents "Return-Path:" header. Defined in RFC 5322 3.6.7.
Declaration Syntax
C#Visual BasicVisual C++F#
public class Mail_h_ReturnPath : MIME_h
Public Class Mail_h_ReturnPath
	Inherits MIME_h
public ref class Mail_h_ReturnPath : public MIME_h
type Mail_h_ReturnPath =  
    class
        inherit MIME_h
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Mail_h_ReturnPath(String)
Default constructor.

Address
Gets mailbox address. Value null means null-path.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsModified
Gets if this header field is modified since it has loaded.
(Overrides MIME_h.IsModified.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets header field name. For example "Sender".
(Overrides MIME_h.Name.)
Parse(String)
Parses header field from the specified value.

ToString(MIME_Encoding_EncodedWord, Encoding, Boolean)
Returns header field as string.
(Overrides MIME_h.ToString(MIME_Encoding_EncodedWord, Encoding, Boolean).)
ToString()()()()
Returns header field as string.
(Inherited from MIME_h.)
ToString(MIME_Encoding_EncodedWord, Encoding)
Returns header field as string.
(Inherited from MIME_h.)
ValueToString()()()()
Returns header field value as string.
(Inherited from MIME_h.)
ValueToString(MIME_Encoding_EncodedWord, Encoding)
Returns header field value as string.
(Inherited from MIME_h.)
Examples
 Copy imageCopy
RFC 5322 3.6.7.
    return     = "Return-Path:" path CRLF
    path       = angle-addr / ([CFWS] "<" [CFWS] ">" [CFWS])
    angle-addr = [CFWS] "<" addr-spec ">" [CFWS]
Inheritance Hierarchy
Object
MIME_h
 Mail_h_ReturnPath

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119