Connecting Tech Pros Worldwide Help | Site Map

create exchange public folder contact

  #1  
Old November 20th, 2008, 03:55 PM
krasman
Guest
 
Posts: n/a
hi everyone,

i hope you might help me on this one. i need to create a contact in a
exchange public folder using dotnet (vb or c#) and exchange 2003, without
using outlook object model. i'm searching for a few hours and can't find a
clear example on how to do it. i've already seen code blocks using webdav,
directory services, but always related with creating active directory users
or mail enabling users, not exactly what i'm looking for.

TIA

krasman


  #2  
Old November 20th, 2008, 06:55 PM
Patrice
Guest
 
Posts: n/a

re: create exchange public folder contact


Try perhaps around :

http://msdn.microsoft.com/en-us/libr...EXCHG.65).aspx (Creating
Folders (WebDAV) )

I'm not sure which kind of folders it creates but my guess would be just
that it depends on the location and the managed code sample seems to create
in the /public folder so I guess this would be this...

Also it lloks like this is really much more easier to work with Exchange
2007 as it seems to expose much of it using webservices...

I made a quikc search and it loks like Exchange 2003 SP2 brings support for
web services whihc could be much easier depending on the extend to which
yo'ull use webdav.

Finally you should have also third party librairies that are already
construction webdev requests for you...

Good luck.

--
Patrice


"krasman" <krasman@hotmail.coma écrit dans le message de groupe de
discussion : #HnavZySJHA.3880@TK2MSFTNGP04.phx.gbl...
Quote:
hi everyone,
>
i hope you might help me on this one. i need to create a contact in a
exchange public folder using dotnet (vb or c#) and exchange 2003, without
using outlook object model. i'm searching for a few hours and can't find a
clear example on how to do it. i've already seen code blocks using webdav,
directory services, but always related with creating active directory
users or mail enabling users, not exactly what i'm looking for.
>
TIA
>
krasman
>
>
  #3  
Old November 20th, 2008, 07:15 PM
Patrice
Guest
 
Posts: n/a

re: create exchange public folder contact


Nope, no web services in SP2...

IMO you'll cry when seeing how the plumbing is done for you with Exchange
2007 :

http://msdn.microsoft.com/en-us/library/aa563302.aspx

--
Patrice

"Patrice" <http://www.chez.com/scribe/a écrit dans le message de groupe de
discussion : 9187F416-B744-4813-9EE9-62D07DED3F2D@microsoft.com...
Quote:
Try perhaps around :
>
http://msdn.microsoft.com/en-us/libr...EXCHG.65).aspx (Creating
Folders (WebDAV) )
>
I'm not sure which kind of folders it creates but my guess would be just
that it depends on the location and the managed code sample seems to
create in the /public folder so I guess this would be this...
>
Also it lloks like this is really much more easier to work with Exchange
2007 as it seems to expose much of it using webservices...
>
I made a quikc search and it loks like Exchange 2003 SP2 brings support
for web services whihc could be much easier depending on the extend to
which yo'ull use webdav.
>
Finally you should have also third party librairies that are already
construction webdev requests for you...
>
Good luck.
>
--
Patrice
>
>
"krasman" <krasman@hotmail.coma écrit dans le message de groupe de
discussion : #HnavZySJHA.3880@TK2MSFTNGP04.phx.gbl...
Quote:
>hi everyone,
>>
>i hope you might help me on this one. i need to create a contact in a
>exchange public folder using dotnet (vb or c#) and exchange 2003, without
>using outlook object model. i'm searching for a few hours and can't find
>a clear example on how to do it. i've already seen code blocks using
>webdav, directory services, but always related with creating active
>directory users or mail enabling users, not exactly what i'm looking for.
>>
>TIA
>>
>krasman
>>
>>
>
  #4  
Old November 20th, 2008, 10:55 PM
Glen Scales [MVP]
Guest
 
Posts: n/a

re: create exchange public folder contact


Have a look at http://support.microsoft.com/kb/313119 this says 2000 but
will work fine one 2003

Cheers
Glen

"Patrice" <http://www.chez.com/scribe/wrote in message
news:3608F620-0DF1-431D-ADF0-1557CB02525D@microsoft.com...
Quote:
Nope, no web services in SP2...
>
IMO you'll cry when seeing how the plumbing is done for you with Exchange
2007 :
>
http://msdn.microsoft.com/en-us/library/aa563302.aspx
>
--
Patrice
>
"Patrice" <http://www.chez.com/scribe/a écrit dans le message de groupe
de discussion : 9187F416-B744-4813-9EE9-62D07DED3F2D@microsoft.com...
Quote:
>Try perhaps around :
>>
>http://msdn.microsoft.com/en-us/libr...EXCHG.65).aspx (Creating
>Folders (WebDAV) )
>>
>I'm not sure which kind of folders it creates but my guess would be just
>that it depends on the location and the managed code sample seems to
>create in the /public folder so I guess this would be this...
>>
>Also it lloks like this is really much more easier to work with Exchange
>2007 as it seems to expose much of it using webservices...
>>
>I made a quikc search and it loks like Exchange 2003 SP2 brings support
>for web services whihc could be much easier depending on the extend to
>which yo'ull use webdav.
>>
>Finally you should have also third party librairies that are already
>construction webdev requests for you...
>>
>Good luck.
>>
>--
>Patrice
>>
>>
>"krasman" <krasman@hotmail.coma écrit dans le message de groupe de
>discussion : #HnavZySJHA.3880@TK2MSFTNGP04.phx.gbl...
Quote:
>>hi everyone,
>>>
>>i hope you might help me on this one. i need to create a contact in a
>>exchange public folder using dotnet (vb or c#) and exchange 2003,
>>without using outlook object model. i'm searching for a few hours and
>>can't find a clear example on how to do it. i've already seen code
>>blocks using webdav, directory services, but always related with
>>creating active directory users or mail enabling users, not exactly what
>>i'm looking for.
>>>
>>TIA
>>>
>>krasman
>>>
>>>
>>
>

  #5  
Old November 21st, 2008, 11:15 AM
krasman
Guest
 
Posts: n/a

re: create exchange public folder contact


Hi,

thank you all for your responses.

using http://msdn.microsoft.com/en-us/libr...EXCHG.65).aspx i was
able to create folders in exchange. but i need to create contacts inside a
public folder; not the folder itself. with
http://support.microsoft.com/kb/313119 i'm getting error 400 - bad request.
however, looks like the code creates a contact in administrator's contacts
(string sUri =
"http://ExchServer/Exchange/Administrator/Contacts/JoLynnDobney.eml";). is
this true?

TIA


"Glen Scales [MVP]" <gscales@outlookexchange.comwrote in message
news:OYxcWH2SJHA.5344@TK2MSFTNGP06.phx.gbl...
Quote:
Have a look at http://support.microsoft.com/kb/313119 this says 2000 but
will work fine one 2003
>
Cheers
Glen
>
"Patrice" <http://www.chez.com/scribe/wrote in message
news:3608F620-0DF1-431D-ADF0-1557CB02525D@microsoft.com...
Quote:
>Nope, no web services in SP2...
>>
>IMO you'll cry when seeing how the plumbing is done for you with Exchange
>2007 :
>>
>http://msdn.microsoft.com/en-us/library/aa563302.aspx
>>
>--
>Patrice
>>
>"Patrice" <http://www.chez.com/scribe/a écrit dans le message de groupe
>de discussion : 9187F416-B744-4813-9EE9-62D07DED3F2D@microsoft.com...
Quote:
>>Try perhaps around :
>>>
>>http://msdn.microsoft.com/en-us/libr...EXCHG.65).aspx
>>(Creating Folders (WebDAV) )
>>>
>>I'm not sure which kind of folders it creates but my guess would be just
>>that it depends on the location and the managed code sample seems to
>>create in the /public folder so I guess this would be this...
>>>
>>Also it lloks like this is really much more easier to work with Exchange
>>2007 as it seems to expose much of it using webservices...
>>>
>>I made a quikc search and it loks like Exchange 2003 SP2 brings support
>>for web services whihc could be much easier depending on the extend to
>>which yo'ull use webdav.
>>>
>>Finally you should have also third party librairies that are already
>>construction webdev requests for you...
>>>
>>Good luck.
>>>
>>--
>>Patrice
>>>
>>>
>>"krasman" <krasman@hotmail.coma écrit dans le message de groupe de
>>discussion : #HnavZySJHA.3880@TK2MSFTNGP04.phx.gbl...
>>>hi everyone,
>>>>
>>>i hope you might help me on this one. i need to create a contact in a
>>>exchange public folder using dotnet (vb or c#) and exchange 2003,
>>>without using outlook object model. i'm searching for a few hours and
>>>can't find a clear example on how to do it. i've already seen code
>>>blocks using webdav, directory services, but always related with
>>>creating active directory users or mail enabling users, not exactly
>>>what i'm looking for.
>>>>
>>>TIA
>>>>
>>>krasman
>>>>
>>>>
>>>
>>
>
>

  #6  
Old November 21st, 2008, 09:35 PM
Glen Scales [MVP]
Guest
 
Posts: n/a

re: create exchange public folder contact


You need to change that URL to the folder you want to create the contact in
eg if you wanted to create contacts in a public contacts folder then you
would use "https://servername/public/contactsfolder/" the JoLynnDobney.eml
section of the URL you need to create yourself this needs to be a unique
value for each object in the folder. 400 errors generally point to problems
with malformed XML in the request you sending

Cheers
Glen

"krasman" <krasman@hotmail.comwrote in message
news:uDMGAn8SJHA.588@TK2MSFTNGP06.phx.gbl...
Quote:
Hi,
>
thank you all for your responses.
>
using http://msdn.microsoft.com/en-us/libr...EXCHG.65).aspx i
was able to create folders in exchange. but i need to create contacts
inside a public folder; not the folder itself. with
http://support.microsoft.com/kb/313119 i'm getting error 400 - bad
request. however, looks like the code creates a contact in administrator's
contacts (string sUri =
"http://ExchServer/Exchange/Administrator/Contacts/JoLynnDobney.eml";). is
this true?
>
TIA
>
>
"Glen Scales [MVP]" <gscales@outlookexchange.comwrote in message
news:OYxcWH2SJHA.5344@TK2MSFTNGP06.phx.gbl...
Quote:
>Have a look at http://support.microsoft.com/kb/313119 this says 2000 but
>will work fine one 2003
>>
>Cheers
>Glen
>>
>"Patrice" <http://www.chez.com/scribe/wrote in message
>news:3608F620-0DF1-431D-ADF0-1557CB02525D@microsoft.com...
Quote:
>>Nope, no web services in SP2...
>>>
>>IMO you'll cry when seeing how the plumbing is done for you with
>>Exchange 2007 :
>>>
>>http://msdn.microsoft.com/en-us/library/aa563302.aspx
>>>
>>--
>>Patrice
>>>
>>"Patrice" <http://www.chez.com/scribe/a écrit dans le message de
>>groupe de discussion :
>>9187F416-B744-4813-9EE9-62D07DED3F2D@microsoft.com...
>>>Try perhaps around :
>>>>
>>>http://msdn.microsoft.com/en-us/libr...EXCHG.65).aspx
>>>(Creating Folders (WebDAV) )
>>>>
>>>I'm not sure which kind of folders it creates but my guess would be
>>>just that it depends on the location and the managed code sample seems
>>>to create in the /public folder so I guess this would be this...
>>>>
>>>Also it lloks like this is really much more easier to work with
>>>Exchange 2007 as it seems to expose much of it using webservices...
>>>>
>>>I made a quikc search and it loks like Exchange 2003 SP2 brings support
>>>for web services whihc could be much easier depending on the extend to
>>>which yo'ull use webdav.
>>>>
>>>Finally you should have also third party librairies that are already
>>>construction webdev requests for you...
>>>>
>>>Good luck.
>>>>
>>>--
>>>Patrice
>>>>
>>>>
>>>"krasman" <krasman@hotmail.coma écrit dans le message de groupe de
>>>discussion : #HnavZySJHA.3880@TK2MSFTNGP04.phx.gbl...
>>>>hi everyone,
>>>>>
>>>>i hope you might help me on this one. i need to create a contact in a
>>>>exchange public folder using dotnet (vb or c#) and exchange 2003,
>>>>without using outlook object model. i'm searching for a few hours and
>>>>can't find a clear example on how to do it. i've already seen code
>>>>blocks using webdav, directory services, but always related with
>>>>creating active directory users or mail enabling users, not exactly
>>>>what i'm looking for.
>>>>>
>>>>TIA
>>>>>
>>>>krasman
>>>>>
>>>>>
>>>>
>>>
>>
>>
>
>

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
create exchange public folder contact krasman answers 5 November 21st, 2008 09:35 PM
Writing contacts to an exchange public folder... Kim Nørby Andersen answers 1 November 15th, 2005 05:34 PM
Exchange 2000 or 2003? Arran Pearce answers 1 November 15th, 2005 05:50 AM
Linking to Contact File in Exchange 2000 Public Store Patrick answers 1 November 12th, 2005 07:49 PM