I am having a problem with the Intelligent Messaging Filter blocking my internal emails.
So far, the following has been tried:
1) Adding the IP address of the sending server under the accept connection filter.
2) The email address is NOT listed as a blocked address in any filter.
3)...
Hello,
I am trying to get a regex to work for the following time format: 2:00PM-2:15PM
/^([1-9]|0[1-9]|1[012])[:]([0-5][0-9])([AM|PM])[-]([1-9]|0[1-9]|1[012])[:]([0-5][0-9])([AM|PM])+$/
I am fairly new to regex, but I copied the time condition from a previous regex that does work correctly...
Hello,
I am having a problem with an SQL query string.
strQry="select top 1 AvailableDayOfWeek from myMeetingAvailableTimeSlots WHERE ManagerName='sbaker'"
objRS.Open strQry,objConn,adOpenStatic,adLockOptimistic,adCmdTable
I have run it through SQL Query Analyzer, and there were no errors...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.