FoxPro/Visual FoxPro - MAPISENDDOCUMENTS ...

 
Vista:

MAPISENDDOCUMENTS ...

Publicado por JM (503 intervenciones) el 30/03/2006 11:26:20
*******************************************************
Do FindWindow
Local lcPath, hWindow, lcDelimiter, lcFiles, lcMsgSubj
lcPath = Sys(5) + Sys(2003)
lcDelimiter = ";"
lcFiles = "C:Archivo1.exe" + lcDelimiter + "C: abla.dbf"
lcMsgSubj = "Archivos adjuntos: Archivo1.exe, tabla.dbf"
Handle = GetActiveWindow()
= MAPISendDocuments ( Handle, lcDelimiter, lcFiles, lcMsgSubj, 0)
Set Default To (lcPath)

Procedure FindWindow
Declare Integer GetActiveWindow In user32
Declare Integer MAPISendDocuments In mapi32;
INTEGER ulUIParam, String lpszDelimChar,;
STRING lpszFullPaths, String lpszFileNames,;
INTEGER ulReserved
Endproc
****************************************************

¿Se le puede pasar el parametro del cuerpo del mensaje (Bodytext)?
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder