Author |
|
meyerovb Newbie
Joined: 12 September 2008
Online Status: Offline Posts: 10
|
Posted: 12 September 2008 at 9:18am | IP Logged
|
|
|
Is it possible to add a web.config entry to set the defaulttimeout static variable just like the licencekey static variable?
|
Back to Top |
|
|
meyerovb Newbie
Joined: 12 September 2008
Online Status: Offline Posts: 10
|
Posted: 12 September 2008 at 9:23am | IP Logged
|
|
|
If that's not possible (please add it as a feature request), how do I set it in the Application_Start method of the Global.asax file? MailBee.ImapMail.Imap.LicenseKey exists but I need to create a new instance of Imap in order to set the Timeout. So if I do that will it propogate across the life of the process?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 12 September 2008 at 9:24am | IP Logged
|
|
|
Global.DefaultTimeout can be set only in the code.
Regards,
Alex
|
Back to Top |
|
|