Property

Method

Event

 

 

MIMEEncodeFileScope

Specifies or gets the location of the target files to include in MIME encoding.

Syntax

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

Parameters

[get] pVal

[out, retval] Prints the location index of the current MIME encoding target files.

[put] newVal

[in] Enters the location index for the target files.

0

Encodes the local files. (Default)

1

Encodes both the local and remote files.

Return Values

'0' (always)

Sample Codes

VBScript [put]

dim object
set object = document.editForm
object.wec.MIMEEncodeFileScope = 1
edit = object.wec.MIMEValue

See Also

MIMEValue, MIMEEncodeRange, MIMEEncodeFilter, MIMEEncodeType