message.ModifyRecipients (ModRecip.Remove, new AdrList (rows)); does not work with conversations

Bug #491945 reported by Frederick Roth
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenMapi.org
New
Undecided
Johannes Roith

Bug Description

   IMapiTableReader table = null;
   try {
    table = message.GetRecipientTable (Mapi.Unicode);
    while (true) {
     RowSet rows = table.GetRows (10);
     if (rows.ARow.Length == 0)
      break;
     message.ModifyRecipients (ModRecip.Remove, new AdrList (rows));
    }
   }
   finally {
    if (table != null)
     table.Close ();
   }

Does not work.

The calls in TeamXChangeMessage seem fine to me, please have a look into this.

Changed in openmapi:
assignee: nobody → Johannes Roith (johannes-jroith)
Revision history for this message
Frederick Roth (frederick-roth) wrote :

seems to be a bug in conversations, is reported in this direction

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.