LumiSoft Net Help
MIME_b_MessageDeliveryStatus Class
NamespacesLumiSoft.Net.MIMEMIME_b_MessageDeliveryStatus
This class represents MIME message/delivery-status body. Defined in RFC 3464.
Declaration Syntax
C#Visual BasicVisual C++F#
public class MIME_b_MessageDeliveryStatus : MIME_b
Public Class MIME_b_MessageDeliveryStatus
	Inherits MIME_b
public ref class MIME_b_MessageDeliveryStatus : public MIME_b
type MIME_b_MessageDeliveryStatus =  
    class
        inherit MIME_b
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
MIME_b_MessageDeliveryStatus()()()()
Default constructor.

Entity
Gets body owner entity. Returns null if body not bounded to any entity yet.
(Inherited from MIME_b.)
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 body has modified.
(Overrides MIME_b.IsModified.)
MediaType
Gets body media type. For example: 'text/plain'.
(Inherited from MIME_b.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MessageFields
Gets per-message fields collection.

Parse(MIME_Entity, MIME_h_ContentType, SmartStream)
Parses body from the specified stream

RecipientBlocks
Gets reciepent report blocks collection.

ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean)
Stores MIME entity body to the specified stream.
(Overrides MIME_b.ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean).)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Remarks
 Copy imageCopy
delivery-status-content =  per-message-fields 1*( CRLF per-recipient-fields )

per-message-fields =
           [ original-envelope-id-field CRLF ]
           reporting-mta-field CRLF
           [ dsn-gateway-field CRLF ]
           [ received-from-mta-field CRLF ]
           [ arrival-date-field CRLF ]
           *( extension-field CRLF )

per-recipient-fields =
         [ original-recipient-field CRLF ]
         final-recipient-field CRLF
         action-field CRLF
         status-field CRLF
         [ remote-mta-field CRLF ]
         [ diagnostic-code-field CRLF ]
         [ last-attempt-date-field CRLF ]
         [ final-log-id-field CRLF ]
         [ will-retry-until-field CRLF ]
        *( extension-field CRLF )
Inheritance Hierarchy
Object
MIME_b
 MIME_b_MessageDeliveryStatus

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