| Author |
Message |
Jeremy Chivers
Guest
|
Posted:
Fri Feb 04, 2005 5:45 pm Post subject:
Creating a new Custom form Post in Exchange 2003 using Webda |
|
|
Hi,
I have a program that uses webdav to read an inbox and then depending on the
email it will extract some information from it. I need then to be able to
create a new post in a public folder. The posts in the public folder are
custom forms and i currently dont see anyway that i can create a new post in
this public folder. Do i have to use another technology such as CDO or would
i have to use the outlook object (I really dont want to use this).
Any help would be great.
Thanks jeremy.
|
|
| Back to top |
|
 |
Henning Krause [MVP]
Guest
|
Posted:
Fri Feb 04, 2005 9:17 pm Post subject:
Re: Creating a new Custom form Post in Exchange 2003 using W |
|
|
Hello,
you can do this with the PROPPATCH method.
Create a new entry within the folder and set the outlookitemclass to the
name of the custom form.
The properties of the custom form can be accessed like all other properties
via WebDAV. Just specify an empty namespace.
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Jeremy Chivers" <JeremyChivers@discussions.microsoft.com> wrote in message
news:F1539292-F2FA-48C4-9F3B-DFA5BF6EC7B0@microsoft.com...
| Quote: | Hi,
I have a program that uses webdav to read an inbox and then depending on
the
email it will extract some information from it. I need then to be able to
create a new post in a public folder. The posts in the public folder are
custom forms and i currently dont see anyway that i can create a new post
in
this public folder. Do i have to use another technology such as CDO or
would
i have to use the outlook object (I really dont want to use this).
Any help would be great.
Thanks jeremy. |
|
|
| Back to top |
|
 |
Jeremy Chivers
Guest
|
Posted:
Fri Feb 04, 2005 9:35 pm Post subject:
Re: Creating a new Custom form Post in Exchange 2003 using W |
|
|
Thanks for the reply,
I am not sure how to do what you have said. Do you have any exmples that you
could show me or point me in the right direction.
Thanks
"Henning Krause [MVP]" wrote:
| Quote: | Hello,
you can do this with the PROPPATCH method.
Create a new entry within the folder and set the outlookitemclass to the
name of the custom form.
The properties of the custom form can be accessed like all other properties
via WebDAV. Just specify an empty namespace.
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Jeremy Chivers" <JeremyChivers@discussions.microsoft.com> wrote in message
news:F1539292-F2FA-48C4-9F3B-DFA5BF6EC7B0@microsoft.com...
Hi,
I have a program that uses webdav to read an inbox and then depending on
the
email it will extract some information from it. I need then to be able to
create a new post in a public folder. The posts in the public folder are
custom forms and i currently dont see anyway that i can create a new post
in
this public folder. Do i have to use another technology such as CDO or
would
i have to use the outlook object (I really dont want to use this).
Any help would be great.
Thanks jeremy.
|
|
|
| Back to top |
|
 |
Henning Krause [MVP]
Guest
|
Posted:
Sat Feb 05, 2005 12:43 am Post subject:
Re: Creating a new Custom form Post in Exchange 2003 using W |
|
|
Hello,
you can read more on the PROPPATCH command here:
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_webdav_proppatch.asp
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Jeremy Chivers" <JeremyChivers@discussions.microsoft.com> wrote in message
news:90F11AE5-5B67-4DB4-8722-7986B800C0EB@microsoft.com...
| Quote: | Thanks for the reply,
I am not sure how to do what you have said. Do you have any exmples that
you
could show me or point me in the right direction.
Thanks
"Henning Krause [MVP]" wrote:
Hello,
you can do this with the PROPPATCH method.
Create a new entry within the folder and set the outlookitemclass to the
name of the custom form.
The properties of the custom form can be accessed like all other
properties
via WebDAV. Just specify an empty namespace.
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Jeremy Chivers" <JeremyChivers@discussions.microsoft.com> wrote in
message
news:F1539292-F2FA-48C4-9F3B-DFA5BF6EC7B0@microsoft.com...
Hi,
I have a program that uses webdav to read an inbox and then depending
on
the
email it will extract some information from it. I need then to be able
to
create a new post in a public folder. The posts in the public folder
are
custom forms and i currently dont see anyway that i can create a new
post
in
this public folder. Do i have to use another technology such as CDO or
would
i have to use the outlook object (I really dont want to use this).
Any help would be great.
Thanks jeremy.
|
|
|
| Back to top |
|
 |
|
|
|
|