TKMP.DLLのダウンロード
Assembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
テキストのエンコード方法の一覧
Namespace:
TKMP.WriterAssembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Syntax
C# |
---|
public enum ContentTransferEncodings |
Visual Basic (Declaration) |
---|
Public Enumeration ContentTransferEncodings |
Members
Member name | Description | |
---|---|---|
Auto |
テキストのキャラクタセットにしたがって適切なエンコード方法を選択します
| |
Bit7 |
テキストを7Bitで処理します
| |
Bit8 |
テキストを8Bitで処理します
| |
BASE64 |
テキストをBASE64で処理します
| |
QuotedPrintable |
テキストをQuotedPrintableで処理します
|