The information in this article applies to:
SYMPTOMS
The following error may occur when trying to send a message with multiple
attachments:
However, the message sends successfully if there is only one attachment. CAUSEIf the AttachmentPosition property is not set for each attachment, it will default to 0. Therefore, any attachments beyond the first are overwriting the Position data for the prior attachment and thereby invalidating all but the last attachment added. RESOLUTION
Designate a unique AttachmentPosition for each attachment in the message as
demonstrated in this Visual Basic code sample:
MORE INFORMATIONTo reproduce this issue, comment the two lines in the code sample above that set the AttachmentPosition value for each attachment. Additional query words: kbDSupport kbMsg kbCtrl kbMAPI kbvbp400 kbvbp500
Keywords : kbGrpVBDB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |