読み込み専用。
MIME エンティティのヘッダー以外のコンテントに対する現在のエンコードを表します。
注: このプロパティは R6 で新しく追加されました。
構文
public int getEncoding( )
throws NotesException
有効な値
- MIMEEntity.ENC_BASE64 -- Content-Transfer-Encoding は「base64」
- MIMEEntity.ENC_EXTENSION -- Content-Transfer-Encoding はユーザー定義
- MIMEEntity.ENC_IDENTITY_7BIT -- Content-Transfer-Encoding は「7bit」
- MIMEEntity.ENC_IDENTITY_8BIT -- Content-Transfer-Encoding は「8bit」
- MIMEEntity.ENC_IDENTITY_BINARY -- Content-Transfer-Encoding は「binary」
- MIMEEntity.ENC_NONE -- Content-Transfer-Encoding ヘッダーなし
- MIMEEntity.ENC_QUOTED_PRINTABLE -- Content-Transfer-Encoding は「quoted-printable」