hi,
I am trying to access the Task Reminders settings from 
Exchange Server 5.5. However this property is not being 
exposed by the system. i.e. I am failing to get the value 
in my VB application (gives me default value 273/272). I m 
using the following piece of code.
----------------------------------------

' having logged on try logging to Task
Const TASK_ReminderMinutesBeforeStart = &H80020003
Const TASK_ReminderSet = &H8003000B

    '***************************************************
    ' logon to a particular folder
    ''''''''''''''''''''''''''''''''''''''''''''''''''''
        Set objFolder = CDOSession.GetDefaultFolder(8, 
Null)
        Set omessages = objFolder.Messages
        Set ofilter = omessages.Filter


    Set objTask = omessages.GetFirst
     ' Check if reminder is set

        If objTask.fields (ReminderSet) = True Then
------------------------------------------------------

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to