I managed to put an unlimmited amount of text in the mailbody. This should also work the otherway around: You could import an unlimmited amount of text,with only one restriction: You have to determine the size of the text in advance. This is simply done by using arrays, and an OCX. The method is as following: You can e.g. Export 2500 char by making an 10-dimensional array. Since Navision can handle a total length of 1000000 in an textarray, it should be possible to read about any mailbody. The problel is that you have to make 1000000/250=4000 textboxes on a form, just to make sure you can read everything. …still working on that. Martin Pennings Sittard Netherlands Edited by - anolis on 10/20/00 11:55:01 AM