Re: żIs it possible to create a contact in Exchange 2007 with webdav operations?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



No the only operations there are for DL's in EWS is to expand them
everything else your doing is custom

Cheers
Glen
"shades_80 via WinServerKB.com" <u46887@uwe> wrote in message
news:8c59f5cc88c94@xxxxxx
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



.



Relevant Pages