Provides MIME related utility methods.
| C# | Visual Basic | Visual C++ | F# |
public class MIME_Utils
Public Class MIME_Utils
public ref class MIME_Utils
type MIME_Utils = class end
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| MIME_Utils()()()() | Initializes a new instance of the MIME_Utils class | |
| CreateMessageID()()()() |
Creates Rfc 2822 3.6.4 message-id. Syntax: '<' id-left '@' id-right '>'.
| |
| DateTimeToRfc2822(DateTime) |
Converts date to RFC 2822 date time string.
| |
| Equals(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.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseHeaderField(String, Stream) |
Parse header specified header field value.
Use this method only if you need to get only one header field, otherwise use
MimeParser.ParseHeaderField(string fieldName,string headers).
This avoid parsing headers multiple times.
| |
| ParseHeaderField(String, String) |
Parse header specified header field value.
| |
| ParseRfc2822DateTime(String) |
Parses RFC 2822 date-time from the specified value.
| |
| QDecode(Encoding, String) |
"Q" decoder. This is same as quoted-printable, except '_' is converted to ' '.
Defined in RFC 2047 4.2.
| |
| QuotedPrintableDecode(array<Byte>[]()[][]) |
quoted-printable decoder. Defined in RFC 2045 6.7.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| UnfoldHeader(String) |
Unfolds folded header field.
|
| Object | |
| MIME_Utils | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119