JAVA/CORBA クラス


getContentAsText メソッド

現在の MIME エンティティのコンテントをテキストで取得します。

メモ このメソッドは R6 で新しく追加されました。

定義位置

MIMEEntity

構文

public void getContentAsText(Stream stream)
    throws NotesException

public void getContentAsText(Stream stream, boolean decoded)
    throws NotesException

パラメータ

Stream stream


boolean decoded
使用法

このメソッドは、ストリームの最後にストリームの Position を設定します。

使用法

MIME コンテントを String オブジェクトとして取得するには、ContentAsText プロパティを参照してください。

このメソッドの署名は、ContentAsText プロパティの署名と同じ名前になります。

クロスリファレンス

LotusScript NotesMIMEEntity クラスの GetContentAsText メソッド


関連項目