Mime (gb.mime)
Constants and global methods for the
gb.mime component.
This class is static.
Constants
7Bit
|
This constant represents text encoded as 7bit data.
|
8Bit
|
This constant represents text encoded as 8bit data.
|
Base64
|
This constant represents text encoded with the Base64 method.
|
Binary
|
This constant represents text encoded as binary data.
|
Default
|
This constant tells a method to use a default encoding.
|
QuotedPrintable
|
This constant represents text encoded with the Quoted Printable method.
|
UUEncode
|
This constant represents text encoded as binary data using UUEncoding data.
|
Static methods
Decode
|
Static Function Decode ( Data As String, Encoding As Integer ) As String
Decodes Data originally encoded as Encoding.
|
Encode
|
Static Function Encode ( Data As String, Encoding As Integer ) As String
Encodes Data with Encoding.
|