Re: Create mail with MAPI by James
James
Mon Jun 02 12:27:58 CDT 2008
Seems to me, anything in the outbox is sent. Peter said, if I understand,
you are cloning a message with Downloaded DNA... using SUBMIT, that dna is
replaced (message is placed into the Outbox folder and processed
acordingly ).
"philg" <philg@noemail.noemail> wrote in message
news:epwpl1NtIHA.4560@TK2MSFTNGP03.phx.gbl...
> No, I don't call IMessage::Submit and I found the property which I missed
> when creating the email, it was the IMAP UID.
>
> But now I have two new issues:
>
> 1. I created an email with a portion of the body part. Then if I tag the
> email to download the rest of the body part (with the pocketoutlook
> client), on the next IMAP synchronization the body part is not downloaded
> and the email is always tagged to be downloaded.
>
> 2. I created an email with an attachment, the email contains only the
> attachment headers. Then if I tag the email attachment to be downloaded
> (with the pocketoutlook client), on the next IMAP synchronization the
> attachment contents isn't downloaded and in the email the attachment is
> always tagged as to be downloaded.
>
> Maybe I missed another MAPI property or does pocketlook need specific
> properties for the IMAP synchronization ?
>
>
> Philippe.
>
> Peter Foot a écrit :
>> Did you call IMessage::Submit on the message? If so it should be moved to
>> the Outbox and there (as long as it is unread) it should be sent when you
>> synchronise.
>>
>> Peter
>>