type |
int |
MIMEタイプ。
TYPETEXT (デフォルト), TYPEMULTIPART ,
TYPEMESSAGE , TYPEAPPLICATION ,
TYPEAUDIO , TYPEIMAGE ,
TYPEMODEL , TYPEOTHER が指定できます。
|
encoding |
int |
Content-Transfer-Encoding の値を指定します。
ENC7BIT (デフォルト), ENC8BIT ,
ENCBINARY , ENCBASE64 ,
ENCQUOTEDPRINTABLE , ENCOTHER が指定できます。
|
charset |
string |
MIMEタイプの charset パラメータの値 |
type.parameters |
array |
Content-Type の名前と値を連想配列で指定します。 |
subtype |
string |
MIMEサブタイプ。例: TYPEIMAGE の場合は 'jpeg' |
id |
string |
Content-ID の値 |
description |
string |
Content-Description の値 |
disposition.type |
string |
Content-Disposition の値。例: 'attachment' |
disposition |
array |
Content-Disposition の名前と値を連想配列で指定します。 |
contents.data |
string |
ペイロード |
lines |
int |
The size of the payload in lines. |
bytes |
int |
ペイロードのサイズをバイト単位で指定します。 |
md5 |
string |
ペイロードのMD5チェックサム |