Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending e-mail with groupwise
Message
From
26/03/2004 18:59:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Sending e-mail with groupwise
Miscellaneous
Thread ID:
00890120
Message ID:
00890120
Views:
51
I've been using Novell MAPI to send Groupwise for a number of months now for lots of users on a network. There is one user who recently is not able to send e-mail and it looks like the reason is that there are too many messages in his Inbox. If he moves most of the messages to a temp folder, it works. Is there a memory limitation or some such limit?

This is the code and where the problem occurs

logw=createobj('NovellGroupWAresession')
logwlogin=logw.login()
lomailbox=logwlogin.mailbox
* at this point TYPE('lomailbox')='O' ,but it does not contain any properties
lomess=lomailbox.messages
* the above line causes an error becaues lomailbox does not have any properties lomailbox.calendar and lomailbox.workfolder also show no properties but all show TYPE()='O'



thanks

bonnie
Next
Reply
Map
View

Click here to load this message in the networking platform