I want to parse this expression
PFolder=Personal Folders&SFolder=Inbox&Message=3
and want to extract Personal Folders from PFolder,Inbox from SFolder and 3 from Message,so that i can further use this things "Personal Folders,Inbox and 3"in the program.
How can I do it?