PreviousNext
Help > Programming with LAUNCHER Office > LNCCMD commands > Commands list > MAIXATT command
MAIXATT command

 

Compatible Lotus Notes.

Extract an attachment from the last message listed by MAILLATT.

 

On return, &RESULT contains information about the attachment.

 

Syntax

 

CHGVAR

VAR(&CMD) VALUE('MAIXATT')

CHGVAR

VAR(&PARM1) VALUE('
File=
Path to the destination file";
[Note=
True/False]
')

CALL

PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 +

&PARM2 &RESULT)

 

Parameters

 

Parameters

 

Parm1

or

Parm2

File : Path to the destination file. This file will contain the attachment.

Note : If Note is true, the body of the message is extracted.

 

RESULT

After the call, parameter &RESULT contains :

FALSE if no attachment was extracted,

Type="File type";

Name="Original file name" ;

Path="Original pathe to file name" ;

 

See also

 

LNCSNDMAIL - CL Command

MAILLATT

MAILMCHG

MAILMDLT

MAIXATT