Archived Forum Post

Index of archived forum posts

Question:

CkEmailBundle Java - missing LoadTaskResult(CkTask task); method?

Dec 17 '15 at 17:59

Hi,

trying to do this in the async way:

    //  Fetch the emails into a bundle object:
    CkTask task = mImap.FetchBundleAsync(messageSet);

The execution completes and I would like now to get the resulting CkEmailBundle object with LoadTaskResult.

Unfortunately the method LoadTaskResult is not available in CkEmailBundle which at the moment leaves me clueless.

E.g. for CkEmail this method is available http://www.chilkatsoft.com/refdoc/javaCkEmailDoc.html#method123

Anybody knows what I miss here?

Many thanks and Br, Heiko


Answer

Ok, seems that the method is just missing in the documentation at http://www.chilkatsoft.com/refdoc/javaCkEmailBundleRef.html

When just using it in Source Code it just works fine.