GMail webservice or api available?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cirene

    GMail webservice or api available?

    I want to make an application that checks messages (including message
    attributes, like From/To, Subject, Body, Date). Any suggestions?

    I couldn't find an official GMail web service or API.

    Thanks.


  • Mark Fitzpatrick

    #2
    Re: GMail webservice or api available?

    How about just using POP3? You can enable POP in Gmail accounts and then you
    have a standard way for accessing Gmail messages.

    Hope this helps,
    Mark Fitzpatrick
    Microsoft MVP - Expression

    "Cirene" <cirene@nowhere .comwrote in message
    news:uZ2etFamIH A.2396@TK2MSFTN GP02.phx.gbl...
    >I want to make an application that checks messages (including message
    >attributes, like From/To, Subject, Body, Date). Any suggestions?
    >
    I couldn't find an official GMail web service or API.
    >
    Thanks.
    >

    Comment

    • Cirene

      #3
      Re: GMail webservice or api available?

      Hmmm I haven't considered that. I will do some research.

      I'm hoping many users will use my completed WinForm application and I was
      hoping that they could check their GMail account without having to enable
      anything in their GMail account. Any thoughts on this?

      Thanks Mark. Useful as usual....

      "Mark Fitzpatrick" <markfitz@fitzm e.comwrote in message
      news:esTGvVamIH A.748@TK2MSFTNG P04.phx.gbl...
      How about just using POP3? You can enable POP in Gmail accounts and then
      you have a standard way for accessing Gmail messages.
      >
      Hope this helps,
      Mark Fitzpatrick
      Microsoft MVP - Expression
      >
      "Cirene" <cirene@nowhere .comwrote in message
      news:uZ2etFamIH A.2396@TK2MSFTN GP02.phx.gbl...
      >>I want to make an application that checks messages (including message
      >>attributes, like From/To, Subject, Body, Date). Any suggestions?
      >>
      >I couldn't find an official GMail web service or API.
      >>
      >Thanks.
      >>
      >

      Comment

      Working...