Re: ¿Is it possible to create a contact in Exchange 2007 with webdav operations?
- From: "shades_80 via WinServerKB.com" <u46887@uwe>
- Date: Tue, 28 Oct 2008 17:46:50 GMT
Thanks Glen,
Now the C# application is able to delete entries from a distribution list
which resides in a public folder.
Debugging the solution I understood the method used to delete a contact from
the dl that was to build another time the member's array but now not
including the member to be deleted.
The proccessing time was good when a contact was deleted from a distribution
list that had 3 members but I don't know how it will behave with a bigger dl.
Do you know it?
Is there any other EWS method to delete a member that doesn't require to
rebuilt the array?
Cheers, Memo.
Glen Scales [MVP] wrote:
DLEntry was just a custom class I defined to hold the two properties so i
could use a generic list
class DLEntry {
public String Member;
public String OneOffMember;
}
Cheers
Glen
Thanks by your help Glen.[quoted text clipped - 149 lines]
else
{
--
Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forums.aspx/ms-exchange-development/200810/1
.
- Follow-Ups:
- Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- From: Glen Scales [MVP]
- Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- References:
- Re: ¿Is it possible to create a contact in Exchange 2007 with webdav operations?
- From: shades_80 via WinServerKB.com
- Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- From: Glen Scales [MVP]
- Re: ¿Is it possible to create a contact in Exchange 2007 with webdav operations?
- From: shades_80 via WinServerKB.com
- Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- From: Glen Scales [MVP]
- Re: ¿Is it possible to create a contact in Exchange 2007 with webdav operations?
- From: shades_80 via WinServerKB.com
- Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- From: Glen Scales [MVP]
- Re: ¿Is it possible to create a contact in Exchange 2007 with webdav operations?
- From: shades_80 via WinServerKB.com
- Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- From: Glen Scales [MVP]
- Re: ¿Is it possible to create a contact in Exchange 2007 with webdav operations?
- From: shades_80 via WinServerKB.com
- Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- From: Glen Scales [MVP]
- Re: ¿Is it possible to create a contact in Exchange 2007 with webdav operations?
- From: shades_80 via WinServerKB.com
- Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- From: Glen Scales [MVP]
- Re: ¿Is it possible to create a contact in Exchange 2007 with webdav operations?
- Prev by Date: ErrCheckDbPages returns invalidParameter
- Next by Date: Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- Previous by thread: Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- Next by thread: Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?
- Index(es):
Relevant Pages
|