Re: Copy appointment to public folder C# problem
- From: "Glen Scales [MVP]" <gscales@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 6 Oct 2008 10:40:37 +1100
One of the problems of using the method where your just copying the stream
of the message is that you will loose some fidelity on the appointment
itself because this method wont copy any associated mapi properties. Using
the stream should copy the attachments over okay because they should just be
a body parts in the stream itself although you may find there where extra
MAPI properties that have been set on the attachments themselves they maybe
getting lost. What you might want to do is use a MAPI editor like Outlook
Spy or MFC mapi to look at the properties of the two appointments and see if
you can find what might be missing on the copy otherwise you might want to
look at using MAPI to copy the appointment (if your using 2007 you can do
this in EWS instead).
Cheers
Glen
"za" <z.a.one@xxxxxxxxxxxxxxxxxxx> wrote in message
news:esi%23nDgJJHA.1308@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
I've made a eventsink for Exchange what works great, but I have a problem
with copying the appointment. I create a _record form the url and then I
create a _stream from the _record object and the create the duplicate
appointment. This is also working good but when there is a attchment in
the original appointment it is displayed in the duplicated appointment as
plain text and not like html. Someone got an id what I'm missing?
Regards Fred
.
- Follow-Ups:
- References:
- Prev by Date: Re: custom rules with exchange 2003
- Next by Date: Re: Copy appointment to public folder C# problem
- Previous by thread: Copy appointment to public folder C# problem
- Next by thread: Re: Copy appointment to public folder C# problem
- Index(es):
Relevant Pages
|
Loading