PyIMAPIFolder.CopyMessages
int = CopyMessages(msgs, iid , folder , ulUIParam , progress , flags )
Copies the specified messages
Parameters
Mask | Description |
MAPI_DECLINE_OK | Informs the message store provider to immediately return MAPI_E_DECLINE_COPY if it implements CopyMessage by calling the support object's IMAPISupport::DoCopyTo or IMAPISupport::DoCopyProps method. |
MESSAGE_DIALOG | Displays a progress indicator as the operation proceeds. |
MESSAGE_MOVE | The message or messages are to be moved rather than copied. If MESSAGE_MOVE is not set, the messages are copied. |