exchangefreaks.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to add Contact in Distribution List in Exchange 2007 usi

 
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange Development
Author Message
sumeetpk



Joined: 27 Dec 2007
Posts: 14

PostPosted: Wed Jan 02, 2008 4:26 am    Post subject: how to add Contact in Distribution List in Exchange 2007 usi Reply with quote

hi ,

I have created a DL in exchange 2k7 using "PROPPATCH" method.
but i am not able to add members to the DL using webdav.
Any clue?

-Sumeet

Archived from group: microsoft>public>exchange>development
Back to top
View user's profile Send private message
Glen Scales [MVP]



Joined: 05 Aug 2007
Posts: 92

PostPosted: Thu Jan 03, 2008 3:11 pm    Post subject: Re: how to add Contact in Distribution List in Exchange 2007 Reply with quote

I would suggest having a read of
http://groups.google.com.au/group/microsoft.public.exchange2000.development/browse_thread/thread/610ac0fb3bb21703/f61e52eefb86d0c9

Cheers
Glen

"sumeetpk" wrote in message @microsoft.com...
> hi ,
>
> I have created a DL in exchange 2k7 using "PROPPATCH" method.
> but i am not able to add members to the DL using webdav.
> Any clue?
>
> -Sumeet
>
Back to top
View user's profile Send private message
sumeetpk



Joined: 27 Dec 2007
Posts: 14

PostPosted: Fri Jan 04, 2008 4:49 am    Post subject: Re: how to add Contact in Distribution List in Exchange 2007 Reply with quote

Thanks Glenn,

I am trying the sample.
In the sample a new contact has been created and then we are getting its
Entry ID.
but if I dont create the new contact and add the existing contact from
Address book or outside address book to created DL.
Then how do we get the entry id for Contacts added into the DL?

-Sumeet

"Glen Scales [MVP]" wrote:

> I would suggest having a read of
> http://groups.google.com.au/group/microsoft.public.exchange2000.development/browse_thread/thread/610ac0fb3bb21703/f61e52eefb86d0c9
>
> Cheers
> Glen
>
> "sumeetpk" wrote in message
> @microsoft.com...
> > hi ,
> >
> > I have created a DL in exchange 2k7 using "PROPPATCH" method.
> > but i am not able to add members to the DL using webdav.
> > Any clue?
> >
> > -Sumeet
> >
>
>
>
Back to top
View user's profile Send private message
sumeetpk



Joined: 27 Dec 2007
Posts: 14

PostPosted: Fri Jan 04, 2008 8:48 am    Post subject: Re: how to add Contact in Distribution List in Exchange 2007 Reply with quote

Hi Glenn ..

I have tried the steps mentioned in link suggested but I am not able to
populate the DL with Contacts.
There is no error in Response but Contact is not populated.

Query used for populating the DL is:


xmlns:b='urn:schemas-microsoft-
com:datatypes' xmlns:c='xml:'
xmlns:d='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
000000000046}/' xmlns:e='urn:schemas:groups:'
xmlns:f='http://schemas.microsoft.com/exchange/'
xmlns:g='http://schemas.microsoft.com/mapi/proptag/'
xmlns:h='urn:schemas:contacts:'
xmlns:i='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
000000000046}/' xmlns:j='http://schemas.microsoft.com/mapi/id/{00062008-
0000-0000-C000-000000000046}/'>



urn:content-classes:group

IPM.DistList

#Name#

#Name#

#Name#
b:dt='int'>102627
b:dt='string'>#Name#
b:dt='mv.bin.base64'>
b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA== b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA==




Regards
Sumeet


"sumeetpk" wrote:

> Thanks Glenn,
>
> I am trying the sample.
> In the sample a new contact has been created and then we are getting its
> Entry ID.
> but if I dont create the new contact and add the existing contact from
> Address book or outside address book to created DL.
> Then how do we get the entry id for Contacts added into the DL?
>
> -Sumeet
>
> "Glen Scales [MVP]" wrote:
>
> > I would suggest having a read of
> > http://groups.google.com.au/group/microsoft.public.exchange2000.development/browse_thread/thread/610ac0fb3bb21703/f61e52eefb86d0c9
> >
> > Cheers
> > Glen
> >
> > "sumeetpk" wrote in message
> > @microsoft.com...
> > > hi ,
> > >
> > > I have created a DL in exchange 2k7 using "PROPPATCH" method.
> > > but i am not able to add members to the DL using webdav.
> > > Any clue?
> > >
> > > -Sumeet
> > >
> >
> >
> >
Back to top
View user's profile Send private message
Glen Scales [MVP]



Joined: 05 Aug 2007
Posts: 92

PostPosted: Mon Jan 07, 2008 4:05 pm    Post subject: Re: how to add Contact in Distribution List in Exchange 2007 Reply with quote

The 0x8054 property should hold the MAPI one-off entry Identifier for the
contact which you should be able to generate using
http://msdn2.microsoft.com/en-us/library/ms529856(VS.85).aspx.

I would suggest using a Mapi editor (like Outlookspy or MfcMapi32) and then
compare the values your setting against a DL that you create and populate
using the normal client like Outlook or OWA. Unfortunately there is no easy
way to go about this but if you whiling to spend a few hours patiently
reverse engineering it you should be able to do this. (sorry I haven't done
it myself else I would have posted some code). Good luck and if you feel
like sharing your efforts I think other people would appreciate it.

Cheers
Glen

"sumeetpk" wrote in message @microsoft.com...
> Hi Glenn ..
>
> I have tried the steps mentioned in link suggested but I am not able to
> populate the DL with Contacts.
> There is no error in Response but Contact is not populated.
>
> Query used for populating the DL is:
>
>
> > xmlns:b='urn:schemas-microsoft-
> com:datatypes' xmlns:c='xml:'
> xmlns:d='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
> 000000000046}/' xmlns:e='urn:schemas:groups:'
> xmlns:f='http://schemas.microsoft.com/exchange/'
> xmlns:g='http://schemas.microsoft.com/mapi/proptag/'
> xmlns:h='urn:schemas:contacts:'
> xmlns:i='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
> 000000000046}/' xmlns:j='http://schemas.microsoft.com/mapi/id/{00062008-
> 0000-0000-C000-000000000046}/'>
>
>
>
> urn:content-classes:group
>
> IPM.DistList
>
> #Name#
>
> #Name#
>
> #Name#
> > b:dt='int'>102627
> > b:dt='string'>#Name#
> > b:dt='mv.bin.base64'>
> b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA== > b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA==
>
>
>
>
> Regards
> Sumeet
>
>
> "sumeetpk" wrote:
>
>> Thanks Glenn,
>>
>> I am trying the sample.
>> In the sample a new contact has been created and then we are getting its
>> Entry ID.
>> but if I dont create the new contact and add the existing contact from
>> Address book or outside address book to created DL.
>> Then how do we get the entry id for Contacts added into the DL?
>>
>> -Sumeet
>>
>> "Glen Scales [MVP]" wrote:
>>
>> > I would suggest having a read of
>> > http://groups.google.com.au/group/microsoft.public.exchange2000.development/browse_thread/thread/610ac0fb3bb21703/f61e52eefb86d0c9
>> >
>> > Cheers
>> > Glen
>> >
>> > "sumeetpk" wrote in message
>> > @microsoft.com...
>> > > hi ,
>> > >
>> > > I have created a DL in exchange 2k7 using "PROPPATCH" method.
>> > > but i am not able to add members to the DL using webdav.
>> > > Any clue?
>> > >
>> > > -Sumeet
>> > >
>> >
>> >
>> >
Back to top
View user's profile Send private message
sumeetpk



Joined: 27 Dec 2007
Posts: 14

PostPosted: Mon Jan 07, 2008 9:54 am    Post subject: Re: how to add Contact in Distribution List in Exchange 2007 Reply with quote

Thanks Glenn...

but things are not working for me:(
As mentioned earlier - not able to populate the DL with Contact with the
steps mentioned by Ben.
Contact which i am trying to Add is newly created in Contact folder.

-Sumeet


"Glen Scales [MVP]" wrote:

> The 0x8054 property should hold the MAPI one-off entry Identifier for the
> contact which you should be able to generate using
> http://msdn2.microsoft.com/en-us/library/ms529856(VS.85).aspx.
>
> I would suggest using a Mapi editor (like Outlookspy or MfcMapi32) and then
> compare the values your setting against a DL that you create and populate
> using the normal client like Outlook or OWA. Unfortunately there is no easy
> way to go about this but if you whiling to spend a few hours patiently
> reverse engineering it you should be able to do this. (sorry I haven't done
> it myself else I would have posted some code). Good luck and if you feel
> like sharing your efforts I think other people would appreciate it.
>
> Cheers
> Glen
>
> "sumeetpk" wrote in message
> @microsoft.com...
> > Hi Glenn ..
> >
> > I have tried the steps mentioned in link suggested but I am not able to
> > populate the DL with Contacts.
> > There is no error in Response but Contact is not populated.
> >
> > Query used for populating the DL is:
> >
> >
> > > > xmlns:b='urn:schemas-microsoft-
> > com:datatypes' xmlns:c='xml:'
> > xmlns:d='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
> > 000000000046}/' xmlns:e='urn:schemas:groups:'
> > xmlns:f='http://schemas.microsoft.com/exchange/'
> > xmlns:g='http://schemas.microsoft.com/mapi/proptag/'
> > xmlns:h='urn:schemas:contacts:'
> > xmlns:i='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
> > 000000000046}/' xmlns:j='http://schemas.microsoft.com/mapi/id/{00062008-
> > 0000-0000-C000-000000000046}/'>
> >
> >
> >
> > urn:content-classes:group
> >
> > IPM.DistList
> >
> > #Name#
> >
> > #Name#
> >
> > #Name#
> > > > b:dt='int'>102627
> > > > b:dt='string'>#Name#
> > > > b:dt='mv.bin.base64'>
> > b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA== > > b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA==
> >
> >
> >
> >
> > Regards
> > Sumeet
> >
> >
> > "sumeetpk" wrote:
> >
> >> Thanks Glenn,
> >>
> >> I am trying the sample.
> >> In the sample a new contact has been created and then we are getting its
> >> Entry ID.
> >> but if I dont create the new contact and add the existing contact from
> >> Address book or outside address book to created DL.
> >> Then how do we get the entry id for Contacts added into the DL?
> >>
> >> -Sumeet
> >>
> >> "Glen Scales [MVP]" wrote:
> >>
> >> > I would suggest having a read of
> >> > http://groups.google.com.au/group/microsoft.public.exchange2000.development/browse_thread/thread/610ac0fb3bb21703/f61e52eefb86d0c9
> >> >
> >> > Cheers
> >> > Glen
> >> >
> >> > "sumeetpk" wrote in message
> >> > @microsoft.com...
> >> > > hi ,
> >> > >
> >> > > I have created a DL in exchange 2k7 using "PROPPATCH" method.
> >> > > but i am not able to add members to the DL using webdav.
> >> > > Any clue?
> >> > >
> >> > > -Sumeet
> >> > >
> >> >
> >> >
> >> >
>
>
>
Back to top
View user's profile Send private message
sumeetpk



Joined: 27 Dec 2007
Posts: 14

PostPosted: Fri Feb 01, 2008 4:57 am    Post subject: Re: how to add Contact in Distribution List in Exchange 2007 Reply with quote

Glenn...
finally i was able to resolve the issue ....by using Mapi property
named
http://schemas.microsoft.com/mapi/Dlmembers
http://schemas.microsoft.com/mapi/Dloneoffmembers
This helped me to inject the members of DL. This is same as property
0x8054/0x8055 .... and as suggested by Ben...
but doing it with dlmembers/dloneofmembers it worked for me:)

Cheers
Sumeet

"sumeetpk" wrote:

> Thanks Glenn...
>
> but things are not working for me:(
> As mentioned earlier - not able to populate the DL with Contact with the
> steps mentioned by Ben.
> Contact which i am trying to Add is newly created in Contact folder.
>
> -Sumeet
>
>
> "Glen Scales [MVP]" wrote:
>
> > The 0x8054 property should hold the MAPI one-off entry Identifier for the
> > contact which you should be able to generate using
> > http://msdn2.microsoft.com/en-us/library/ms529856(VS.85).aspx.
> >
> > I would suggest using a Mapi editor (like Outlookspy or MfcMapi32) and then
> > compare the values your setting against a DL that you create and populate
> > using the normal client like Outlook or OWA. Unfortunately there is no easy
> > way to go about this but if you whiling to spend a few hours patiently
> > reverse engineering it you should be able to do this. (sorry I haven't done
> > it myself else I would have posted some code). Good luck and if you feel
> > like sharing your efforts I think other people would appreciate it.
> >
> > Cheers
> > Glen
> >
> > "sumeetpk" wrote in message
> > @microsoft.com...
> > > Hi Glenn ..
> > >
> > > I have tried the steps mentioned in link suggested but I am not able to
> > > populate the DL with Contacts.
> > > There is no error in Response but Contact is not populated.
> > >
> > > Query used for populating the DL is:
> > >
> > >
> > > > > > xmlns:b='urn:schemas-microsoft-
> > > com:datatypes' xmlns:c='xml:'
> > > xmlns:d='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
> > > 000000000046}/' xmlns:e='urn:schemas:groups:'
> > > xmlns:f='http://schemas.microsoft.com/exchange/'
> > > xmlns:g='http://schemas.microsoft.com/mapi/proptag/'
> > > xmlns:h='urn:schemas:contacts:'
> > > xmlns:i='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
> > > 000000000046}/' xmlns:j='http://schemas.microsoft.com/mapi/id/{00062008-
> > > 0000-0000-C000-000000000046}/'>
> > >
> > >
> > >
> > > urn:content-classes:group
> > >
> > > IPM.DistList
> > >
> > > #Name#
> > >
> > > #Name#
> > >
> > > #Name#
> > > > > > b:dt='int'>102627
> > > > > > b:dt='string'>#Name#
> > > > > > b:dt='mv.bin.base64'>
> > > b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA== > > > b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA==
> > >
> > >
> > >
> > >
> > > Regards
> > > Sumeet
> > >
> > >
> > > "sumeetpk" wrote:
> > >
> > >> Thanks Glenn,
> > >>
> > >> I am trying the sample.
> > >> In the sample a new contact has been created and then we are getting its
> > >> Entry ID.
> > >> but if I dont create the new contact and add the existing contact from
> > >> Address book or outside address book to created DL.
> > >> Then how do we get the entry id for Contacts added into the DL?
> > >>
> > >> -Sumeet
> > >>
> > >> "Glen Scales [MVP]" wrote:
> > >>
> > >> > I would suggest having a read of
> > >> > http://groups.google.com.au/group/microsoft.public.exchange2000.development/browse_thread/thread/610ac0fb3bb21703/f61e52eefb86d0c9
> > >> >
> > >> > Cheers
> > >> > Glen
> > >> >
> > >> > "sumeetpk" wrote in message
> > >> > @microsoft.com...
> > >> > > hi ,
> > >> > >
> > >> > > I have created a DL in exchange 2k7 using "PROPPATCH" method.
> > >> > > but i am not able to add members to the DL using webdav.
> > >> > > Any clue?
> > >> > >
> > >> > > -Sumeet
> > >> > >
> > >> >
> > >> >
> > >> >
> >
> >
> >
Back to top
View user's profile Send private message
Glen Scales [MVP]



Joined: 05 Aug 2007
Posts: 92

PostPosted: Sat Feb 02, 2008 3:24 pm    Post subject: Re: how to add Contact in Distribution List in Exchange 2007 Reply with quote

It would be nice if you could post your code to help others out (if
possible) ?

Cheers
Glen

"sumeetpk" wrote in message @microsoft.com...
> Glenn...
> finally i was able to resolve the issue ....by using Mapi property
> named
> http://schemas.microsoft.com/mapi/Dlmembers
> http://schemas.microsoft.com/mapi/Dloneoffmembers
> This helped me to inject the members of DL. This is same as property
> 0x8054/0x8055 .... and as suggested by Ben...
> but doing it with dlmembers/dloneofmembers it worked for me:)
>
> Cheers
> Sumeet
>
> "sumeetpk" wrote:
>
>> Thanks Glenn...
>>
>> but things are not working for me:(
>> As mentioned earlier - not able to populate the DL with Contact with the
>> steps mentioned by Ben.
>> Contact which i am trying to Add is newly created in Contact folder.
>>
>> -Sumeet
>>
>>
>> "Glen Scales [MVP]" wrote:
>>
>> > The 0x8054 property should hold the MAPI one-off entry Identifier for
>> > the
>> > contact which you should be able to generate using
>> > http://msdn2.microsoft.com/en-us/library/ms529856(VS.85).aspx.
>> >
>> > I would suggest using a Mapi editor (like Outlookspy or MfcMapi32) and
>> > then
>> > compare the values your setting against a DL that you create and
>> > populate
>> > using the normal client like Outlook or OWA. Unfortunately there is no
>> > easy
>> > way to go about this but if you whiling to spend a few hours patiently
>> > reverse engineering it you should be able to do this. (sorry I haven't
>> > done
>> > it myself else I would have posted some code). Good luck and if you
>> > feel
>> > like sharing your efforts I think other people would appreciate it.
>> >
>> > Cheers
>> > Glen
>> >
>> > "sumeetpk" wrote in message
>> > @microsoft.com...
>> > > Hi Glenn ..
>> > >
>> > > I have tried the steps mentioned in link suggested but I am not able
>> > > to
>> > > populate the DL with Contacts.
>> > > There is no error in Response but Contact is not populated.
>> > >
>> > > Query used for populating the DL is:
>> > >
>> > >
>> > > >> > > xmlns:b='urn:schemas-microsoft-
>> > > com:datatypes' xmlns:c='xml:'
>> > > xmlns:d='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
>> > > 000000000046}/' xmlns:e='urn:schemas:groups:'
>> > > xmlns:f='http://schemas.microsoft.com/exchange/'
>> > > xmlns:g='http://schemas.microsoft.com/mapi/proptag/'
>> > > xmlns:h='urn:schemas:contacts:'
>> > > xmlns:i='http://schemas.microsoft.com/mapi/id/{00062004-0000-0000-C000-
>> > > 000000000046}/'
>> > > xmlns:j='http://schemas.microsoft.com/mapi/id/{00062008-
>> > > 0000-0000-C000-000000000046}/'>
>> > >
>> > >
>> > >
>> > > urn:content-classes:group
>> > >
>> > > IPM.DistList
>> > >
>> > > #Name#
>> > >
>> > > #Name#
>> > >
>> > > #Name#
>> > >
>> > > >> > > b:dt='int'>102627
>> > >
>> > > >> > > b:dt='string'>#Name#
>> > >
>> > > >> > > b:dt='mv.bin.base64'>
>> > > b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA== >> > > b:dt='mv.bin.base64'>AAAAAMCRrdNRnc8RpKkAqgBH+qTDAAAAALcYDMSUsF5Bq0vLQ4j14OcHAO+VIDNPpG5Gq6TZYWba004AAAAAAFcAAO+VIDNPpG5Gq6TZYWba004AADS01QwAAA==
>> > >
>> > >
>> > >
>> > >
>> > > Regards
>> > > Sumeet
>> > >
>> > >
>> > > "sumeetpk" wrote:
>> > >
>> > >> Thanks Glenn,
>> > >>
>> > >> I am trying the sample.
>> > >> In the sample a new contact has been created and then we are getting
>> > >> its
>> > >> Entry ID.
>> > >> but if I dont create the new contact and add the existing contact
>> > >> from
>> > >> Address book or outside address book to created DL.
>> > >> Then how do we get the entry id for Contacts added into the DL?
>> > >>
>> > >> -Sumeet
>> > >>
>> > >> "Glen Scales [MVP]" wrote:
>> > >>
>> > >> > I would suggest having a read of
>> > >> > http://groups.google.com.au/group/microsoft.public.exchange2000.development/browse_thread/thread/610ac0fb3bb21703/f61e52eefb86d0c9
>> > >> >
>> > >> > Cheers
>> > >> > Glen
>> > >> >
>> > >> > "sumeetpk" wrote in message
>> > >> > @microsoft.com...
>> > >> > > hi ,
>> > >> > >
>> > >> > > I have created a DL in exchange 2k7 using "PROPPATCH" method.
>> > >> > > but i am not able to add members to the DL using webdav.
>> > >> > > Any clue?
>> > >> > >
>> > >> > > -Sumeet
>> > >> > >
>> > >> >
>> > >> >
>> > >> >
>> >
>> >
>> >

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
WebDav & Distribution List I'm reading all contacts from my contacts folder via WebDab and it works. Now when i found a DL, i want to enumerate all contact contained in it but i always get "Bad request" error ... Code snippet: ....... hr=

Issue while injecting contact item to exchange hi, I have an xml where all the properties of Contact items are there. When i try to write that xml to exchange 2k7 using PROPPATACH method - status code returned is 207 that is OK.but contact item doesnt get injcetd to target exchange. any clue on why i

getting members of a Distribution Group using C# and PowerSh Hi there, I have created a Distribution Group and added two members to it. Now I want to see all of this group's members using PowerShell and C# but dont know which PSObject property or member to check for it. Command getDistGroup = new Co

Shared contacts and distribution lists without Public Folder Hi all, I am wanting to setup shared Contacts and Distribution lists for external contacts into either exchange or sharepoint. I've search around and has found many articles that explain how to use .net to create contacts and DLs in publi

Try to get list of folders using webDav Hi, I am trying to get a list of foders using webdav. I took the script from the msdn site. We use exchange 2003 . The build of the project succeeded but an error occured on this row : Response = The error mesage is
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange Development All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group