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



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

  • Re: Best Coding Practice
    ... I needed to add an array class member to an object. ... OO standpoint to make a FreeProduct class which extends the Product ... Cost is an attribute, and different values for attributes should not determine new products. ...
    (comp.lang.php)
  • Re: Best Coding Practice
    ... I needed to add an array class member to an object. ... the logic was the same between the two arrays aside from the price, ... and the child classes the specific elements. ...
    (comp.lang.php)
  • calloc problem
    ... I am trying to dynamically allocate memory to be used as an array. ... The array is pointed to by the 'vert' member of the structure 'grid'. ... I wish for this array to be a 2 dimensional array of the struct ...
    (comp.lang.c)
  • Re: Best Coding Practice
    ... I needed to add an array class member to an object. ... wouldn't feel entirely comfortable suddenly making it a child class of ... Product with a cost of 0. ...
    (comp.lang.php)
  • Re: Best Coding Practice
    ... I needed to add an array class member to an object. ... wouldn't feel entirely comfortable suddenly making it a child class of ... OO standpoint to make a FreeProduct class which extends the Product ...
    (comp.lang.php)