I have a couple of questions:
  • I'm using GlobalMemoryStatus to display a resource meter. It returns the status of three types of memory: Virtual Memory, Physical Memory, and Paging File.
    I know that the Physical Memory is actually the RAM, but how do I convert the other two to something more user-friendly?
  • What should I send to a mail server in order to check if there are any new messages? I don't need the actual messages, just the number of new messages.

Thanks!