Are you saying you want to embed the form like Outlook does when you check
send form definition with item checkbox? If so, this would be hard to do
with WebDAV. Eaiest thing is to make sure the folks on the other end have
your custom form and make your message use your custom form message class.
You may run into issues since many servers strip out extra properties,
etc. Plus, you would have to create your own TNEF for the message
(Transport Neutral Encapsulation Format) which is what Exchange uses to
package up MAPI stuff to send over to other servers.
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out
http://www.microsoft.com/MSPress/books/5517.asp
"Jet" <jet@internet.newsgroup> wrote in message
news:utIoZKOzEHA.1196@TK2MSFTNGP15.phx.gbl...
i created a customized Appointment form, e.g.: Display P.2 Form, and add
attendees to the appointment, send it out.
the meeting attendees can open the Meeting with the customized form P.2.
But if I don't use outlook2003, I use VBScript & WebDAV to do this job,
the
attendees can only open the standard Appointment Form, the customized
form
P.2 disapears.
anyone meet the same problem?