Property

Method

Event

 

 

MIMEEncodeType

MIME Çü½ÄÀ¸·Î µ¥ÀÌÅ͸¦ ¾òÀ» ¶§¿¡ ÀÎÄÚµùÇÒ ¹æ¹ýÀ» ¾ò°Å³ª ÁöÁ¤ÇÕ´Ï´Ù.

Syntax

    [get] HRESULT MIMEEncodeType(
    long* pVal
    );
    [put] HRESULT MIMEEncodeType(
    long newVal
    );

Parameters

[get] pVal

[out, retval] ÇöÀç ¼³Á¤µÈ ÀÎÄÚµù ¹æ¹ýÀ» Ãâ·ÂÇÕ´Ï´Ù.

[put] newVal

[in] ÀÎÄÚµù ¹æ¹ýÀ» ÁöÁ¤ÇÕ´Ï´Ù.

0

ÀÎÄÚµùÇÏÁö ¾ÊÀ» °æ¿ì

1

7 bit°¡ ¾Æ´Ñ °æ¿ì¿¡¸¸ Base64·Î ÀÎÄÚµù(±âº»°ª)

2

7 bit°¡ ¾Æ´Ñ °æ¿ì¿¡¸¸ quoted-printable·Î ÀÎÄÚµù

3

¹«Á¶°Ç Base64·Î ÀÎÄÚµù

4

¹«Á¶°Ç quoted-printable·Î ÀÎÄÚµù

Return Values

Ç×»ó : 0

Sample Codes

VBScript [put]

dim object
set object = document.editForm
object.wec.MIMEEncodeType = 3
edit = object.wec.MIMEValue

See Also

MIMEValue, MIMEEncodeRange, MIMEEncodeFileScope, MIMEEncodeFilter