PRB: Number of Recipients is not Updated Under Window_Store

Last reviewed: March 11, 1998
Article ID: Q182236
The information in this article applies to:
  • Microsoft Exchange Electronic Forms Designer, version 1.0

SYMPTOMS

If custom code is added to the Window_Store procedure of an Eforms project before the statement shown below, the message pointer (msg) does not reflect the number of recipients in the message anymore.

Here is the statement:

   Len(ctlTo.Text(0)) <> And fFILE_SEND_ON Then
      ctlTo.Action = RE_ACTION_SAVETOMSG;


CAUSE

The current message (msg) item does not get updated.

RESOLUTION

Parse the information stored under the ctlTo.Text(0) attribute and commit the information to the message (msg) item by adding each recipient to the recipients collection of the message (msg) using the Add method.

Keywords          : MAPIForm xefd
Version           : WINDOWS:1.0
Platform          : WINDOWS
Issue type        : kbprb


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 11, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.