Menu

email returning data

Help
Max
2005-11-03
2013-04-03
  • Max

    Max - 2005-11-03

    Hello,
    I am using compiled code from the CVS, with the request to GDS I filter by e-mail.

    .getFrom() - returns null for any e-mail.

    How can I get e-mail body?

    part of the code is:

    Results results = q.execute();
    List list = results.getResult();
    for (Iterator iter = list.iterator(); iter.hasNext();) {
    ResultsTypeImpl.ResultTypeImpl rt = (ResultsTypeImpl.ResultTypeImpl) iter.next();

    rt.getFrom() - gives null

    Thanks in advance.

     
    • Maso Gato

      Maso Gato - 2005-11-07

      Hello,
      Thanks for your help.

      GDS API is based in a XML Schema. It was wrong beacause Google DesktopV2 has changed some specifications.

      New schema is now commited in CVS.
      I hope that it works well.

      Email Body is not retrieved from GDS in its xml SDK. You can use "snippet" property.

      Thanks again,

       

Log in to post a comment.

MongoDB Logo MongoDB