Tom Kinghorn: > I just wanted to know if it is possible to add a recipient to a > message which is queued?<br>
By design you cannot add a record when a file is already committed to the queue. The reason for this is that there is no way to "undo" the change in case of failure (disk full or whatever), so you would end up with a corrupted queue file. Wietse