Provided that I have the mail file name and the server, how do I retrieve the fully qualified name of the user it corresponds to in the form "CN=xxx/O=yyy" using LotusScript?
To start with, I have the user's username - the part before @ in the email: i.e. [email protected]
I also know server, on which this user is registered, so I use ...
According to the website for ASIHTTPRequest:
If your requests are all of the same
broad type, but you want to
distinguish between them, you can set
the userInfo NSDictionary property of
each request with your own custom data
that you can read in your finished /
failed delegate methods.
How do I set userInfo?
NSURL *url...
== UPDATED :) =========
! SEEMS LIKE ANOTHER 2100 LIMIT ! PLEASE HELP !
Here's some update of what we've found :
I've written a simple job :
server static void testEs(Args _args)
{
UserInfo t;
;
select t;
}
When I run it as admin, there's no problem. When I remove my admin privilege and run it again, I still got that...
I have an NSArray of UILocalNotification objects that I need to sort according to a key within the UILocalNotification's userInfo property, which is an NSDictionary. I know how to sort NSArrays by a value that is one level deep, e.g., a key within an array of NSDictionaries, but two levels deep I'm lost. I want to do something like this ...
I want to have a login form on a charity website I am building (it's for a friend, and I'm learning on the go), and I want to know what languages/software should I learn to build databases for user logins and info? Note: it HAS to be secure and relatively simple to learn for someone with moderate programming experience.
Update: I unders...