Microsoft KB Archive/104816: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
Line 45: Line 45:
== SUMMARY ==
== SUMMARY ==


Chapter 4 of the &quot;Technical Reference&quot; for versions 3.0 and 3.2 of Microsoft Mail for PC Networks does not include the FLAGS parameter for the Microsoft Visual Basic MAPISaveMail function call.<br />
Chapter 4 of the "Technical Reference" for versions 3.0 and 3.2 of Microsoft Mail for PC Networks does not include the FLAGS parameter for the Microsoft Visual Basic MAPISaveMail function call.<br />
<br />
<br />
The function declaration in GLOBAL.BAS included on the Technical Reference disk does include the parameter.<br />
The function declaration in GLOBAL.BAS included on the Technical Reference disk does include the parameter.<br />
<br />
<br />
Valid FLAG parameters can be found in the MAPI C functions descriptions in Chapter 3 of the &quot;Technical Reference.&quot; The correct function call is:
Valid FLAG parameters can be found in the MAPI C functions descriptions in Chapter 3 of the "Technical Reference." The correct function call is:
<pre class="codesample">  MAPISaveMail(
<pre class="codesample">  MAPISaveMail(
       ByVal Session&amp;,
       ByVal Session&amp;,

Revision as of 09:43, 20 July 2020

Knowledge Base


PC MAPI: DocErr: MAPISaveMail FLAGS Parameter Description

Article ID: 104816

Article Last Modified on 10/30/2006



APPLIES TO

  • Microsoft Mail Client 3.0
  • Microsoft Mail Client 3.2



This article was previously published under Q104816

SUMMARY

Chapter 4 of the "Technical Reference" for versions 3.0 and 3.2 of Microsoft Mail for PC Networks does not include the FLAGS parameter for the Microsoft Visual Basic MAPISaveMail function call.

The function declaration in GLOBAL.BAS included on the Technical Reference disk does include the parameter.

Valid FLAG parameters can be found in the MAPI C functions descriptions in Chapter 3 of the "Technical Reference." The correct function call is:

   MAPISaveMail(
      ByVal Session&,
      ByVal UIParam&,
      Message As MAPIMessage,
      Recipient As MapiRecip,
      File As MapiFile,
      ByVal Flags&,
      ByVal Reserved&,
      MsgId$) As Long
                


Additional query words: 3.00 3.20 doc error

Keywords: KB104816