Object API documentation

This forum has been a great help, as I'm trying to write a .Net app to read a Groupwise mailbox..
I'm hoping somebody can point me to an API Documentation document, I'm stumbling around trying to figure out what object and methods to use and what parameters that accept etc... but I'm sure there must be a document that can help, I just haven't found it yet!
thanks
Jeff

The GroupWise Objects API documentation is a useful reference. However, for
a more 'how to' guide, check out the GroupWise Developer's Guide.
http://developer.novell.com/wiki/ima...GWDevGuide.pdf
It looks like a work in progress, but the coverage of the GroupWise Objects
API is good.
Dave M
"jeffpriz" <[email protected]> wrote in message
news:[email protected]..
>
> This forum has been a great help, as I'm trying to write a .Net app to
> read a Groupwise mailbox..
>
> I'm hoping somebody can point me to an API Documentation document, I'm
> stumbling around trying to figure out what object and methods to use and
> what parameters that accept etc... but I'm sure there must be a document
> that can help, I just haven't found it yet!
>
> thanks
> Jeff
>
>
> --
> jeffpriz
> ------------------------------------------------------------------------
> jeffpriz's Profile: http://forums.novell.com/member.php?userid=65728
> View this thread: http://forums.novell.com/showthread.php?t=387291
>

Similar Messages

  • Where to find the API documentation for MS SQL Server 2000 JDBC

    I Downloaded and installed the MS SQL Server 2000 JDBC package, but I found that it does not provide enough help docs such as API documentation, demo and etc.
    It would be most grateful if you would provide some information about this driver.

    Thank your for your kind attention.
    For example, I want to get a ConnectionPoolDataSource object to get a PooledConnection object, but I don't know which class implements the interface.
    import java.sql.*;
    import javax.sql.*;
    import <classes related to connection pooling>;
    ConnectionPoolDataSource cpds = new <MS impl>;
    <lines for setURL()/setUser()/setPassword, etc>
    PooledConnection pc = cpds.getPooledConnection();
    ...

  • Where to find API documentation on massage handling from Email to PDA?

    Where to find API documentation on massage handling from Email to PDA? and vice versa..?

    You'll have to help me understand what you want to do.
    :"message handliing from e-mail to pda" doesn't mean much to me.
    We prrovide ENS, which is what most folks that want notification to pda's want.

  • Online Javascript API Documentation??

    Where is the online Javascript API Documentation? This link has been broken for over two weeks:
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/wwhelp/wwhimpl/js/html/wwhelp. htm?href=JS_Dev_Overview.71.1.html&accessible=true
    If this information has moved can someone point me in the right direction?
    thx
    PP

    Thanks Gilad--
    I didn't think to check the downloads--thanks for that tip.
    Do you know if the online documentation will return?
    thx
    PP

  • How to download Java API documentation?

    How to download Java API documentation?

    Oh my... don't the question in here just get more and
    more basic?
    Try and have a look at http://java.sun.com/docs/
    Tell me if you need help with pressing on any of the
    links at that page.
    :)I keep pressing on the links and nothing happens and now my screen is covered in finger smudges.

  • Where is the api documentation?

    Um, I signed up for my key and cannot find the api docs anywhere.
    Would someone please provide a link to the api documentation?
    Thank you.

    Wait... is this it? https://learn.adobe.com/wiki/display/kulerdev/B.+Feeds
    Oh lord...

  • Were is the "old" api documentation?

    Does anybody know were sun keeps the "old" api documentation. I really need the JSDK 2.0 documentation but cannot seem to find it.
    Thanx!
    Jasper.

    ...sorry, no it's not there:
    I am looking for the JSDK (Java Server Development Kit, that's what it was called back then) version 2.0. The closest I've come so far is at the archive (http://java.sun.com/products/archive/index.html) where JDK's as far back as 1.0.2 can be found, but I need the documentation for the javax.servlet and related packages, classes etc. which I can't find.
    So, again (maybe someone @ Sun knows where to look) where is the JSDK 2.0 documentation?
    Jasper.

  • Apex 4 JavaScript API documentation bug

    Hi,
    JavaScript API documentation have exactly same description for functions
    $f_Hide_On_Value_Item
    $f_Show_On_Value_Item
    >
    Checks an page item's (pThis) value against a value (pValue). If it matches, a DOM node (pThat) is set to hidden. If it does not match, then the DOM node (pThat) is set to visible.
    >
    And also functions have same description
    $f_Hide_On_Value_Item_Row
    $f_Show_On_Value_Item_Row
    >
    Checks the value (pValue) of an item (pThis). If it matches, this function hides the table row that holds (pThat). If it does not match, then the table row is shown.
    >
    I think that is not correct
    http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/javascript_api.htm#CHDHIAJB
    Somehow I recall there has been post about this, but I can not find it.
    Regards,
    Jari

    The description of these functions have been corrected. The latest updated version of this document is now available on the Oracle Technical Network (OTN).
    Thanks for reporting the bug,
    Drue Swadener
    Principal Technical Writer

  • How can I get rfc822 format using Groupwise Object API(C++)?

    I am newbie to Groupwise Object API, I want to get email in it's rfc822 form. How can I achieve this?

    You need to have GW 8.0.0 DLL's.
    The gwoapi10.h is an older header file.
    You will need to use at least gwoapi_800.h.
    gwoapi12.h is the header file for 7.0.3.
    You can download newer header files at:
    ftp://ftp.novell.com/outgoing/gwoapi_h.zip
    Preston
    >>> On Monday, November 23, 2009 at 5:36 AM, ashutosh
    jogdande<[email protected]> wrote:
    > Preston Stephenson;1893650 Wrote:
    >> This has been discussed in previous postings. Search
    >> the postings for MIME. If you have specific questions
    >> after that, feel free to post those.
    >>
    >> >>> On Monday, November 23, 2009 at 12:36 AM, ashutosh
    >> jogdande<ashutosh_jogdande@no‑mx.forums.novell.c om> wrote:
    >>
    >> > I am newbie to Groupwise Object API, I want to get email in it's
    >> rfc822
    >> > form. How can I achieve this?
    >
    > Hi Preston,
    >
    > From the post 'GetMime method C++' only I could understand that
    > I'll have to use GetMime() method. (Please correct me I interpreted it
    > wrongly). But I couldn't find GetMime() interface (as I am using
    > gwoapi10.h), the ftp URL given in the post is unavailable, can you
    > please share it once?
    >
    > Thanks,
    > Ashutosh

  • JMF 2.1.1e API Documentation is Removed from Sun

    Hi All,
    In the last few days i'm not able to browse the JMF 2.1.1e API Documentations pages, its automatically redirecting to JMF 2.0 API documentation where there are no document for some important api's like RTPManager.
    Have any one downloaded the API Documentation from sun.com previously, If so please send it to my mail id - [email protected]
    Or is there any other link to JMF 2.1.1e API documentation pls reply.
    Thanks in Advance,
    Karthikeyan R

    Check your mail..
    By the way. Did you report the broken links to Sun?
    I was so irritated at finding all the details of classes missing, that I did not think to report it.
    The missing JavaDocs may be a simple oversight.
    Edited by: AndrewThompson64 on May 18, 2008 1:03 AM
    OK.. found the motivation to report it. Here is the report I submitted.
    This thread complains of missing JavaDocs for the JMF classes
    [http://forum.java.sun.com/thread.jspa?messageID=10256685]
    Somebody replied that they are here..
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/]
    But this is only the 'top level' documents, and every link from those pages that I have tried so far, is a '404'.
    For example, 1st links in the left hand frames..
    Top frame. The link to the javax.media package
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/javax/media/package-frame.html]
    Bottom frame. The link to the ActiveReceiveStreamEvent class
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/javax/media/rtp/event/ActiveReceiveStreamEvent.html]
    Also tried Processor, RTPManager and a few others. All '404'.
    What gives? Is this an oversight, or another step in Sun's gradual abandonment of JMF?
    (And if it is the latter, isn't it better to put the poor programmers out of their misery by making a public announcement re the status and future of JFM, and removing the top level of those JavaDocs?)
    Edited by: AndrewThompson64 on May 18, 2008 1:22 AM

  • I need Java API documentation for Adapter Modules

    Hi
    Please provide me Java API documentation for Adatper Modules
    Regards
    Sowmya

    Use this
    https://help.sap.com/javadocs/pi/SP3/xpi/index.html
    http://help.sap.com/saphelp_nw04/helpdata/en/87/3ef4403ae3db12e10000000a155106/frameset.htm
    which is part of
    http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm
    Regards,
    Prateek

  • Where's the Oracle Forms Java API documentation for 11g?

    Hi,
    Can anyone point me in the direction of the Oracle Forms Java API documentation?
    The only thing I can find is this: http://www.oratransplant.nl/1012jdapiDoc/oracle/forms/jdapi/JdapiModule.html but this seems to be for 10.1.2 and it doesn’t correspond to the version I’m using (11.1.1.3).
    Help appreciated,
    Donal.

    i couldn't find the api either however if you implement the class you will simply get compiler errors explaining what you left out.

  • How to download Bluetooth API documentation?

    How can I download Bluetooth API documentation?
    In java.sun.com I found this API documentation but it seem I have
    to stay online to have access. It will very costly for me.
    Anyone can help?
    Thank You.

    Hi!
    You can download the Bluetooth specification and API documentation from here:
    http://jcp.org/en/jsr/detail?id=82
    -Henrik

  • Com.sap.* API documentation

    Does SAP provide a website for API documentation on its com.sap.* packages?  I'm looking for something similar to Sun's http://java.sun.com/j2se/1.4.2/docs/api/index.html.
    Thanks.

    Hi,
    check this link out: https://www.sdn.sap.com/sdn/javadocs.sdn
    Regards,
    Ivo

  • J2EE API Documentation Download

    i've been looking in vain for a download of the j2ee 1.2.1 api documentation that's available at http://java.sun.com/j2ee/j2sdkee/techdocs/api/index.html.
    i'd greatly appreciate it if you can show me the way. thanks in advance.
    Ben

    See http://java.sun.com/j2ee/j2sdkee and search for the phrase Download the Documentation for the Java 2 SDK, Enterprise Edition v 1.2.1 on that page.

Maybe you are looking for

  • How can I use AirPlay from a wireless device while in 'Join a network' mode with an Ethernet client?

    I just got the brand new Airport Express (simultaneous dual-band 802.11n) and I'm trying to set it up to join an existing working wireless network that I have in my house, and to drive my home stereo amplifier and have my desktop hooked up via the wi

  • Unable to re-read file created with scanner

    Hello, I've made a combinated document in PDF with scanning of 4 documentd and save-it on the cloud ( dropbox). My installation is in french. I would like to  simply read my document with adobe acrobat pro 9 and here is the message instead of opening

  • Query response time takes more time when calling from package

    SELECT /* UTILITIES_PKG.GET_COUNTRY_CODE(E.EMP_ID,E.EMP_NO) COUNTRY_ID */ (SELECT DISTINCT IE.COUNTRY_ID FROM DOCUMENT IE WHERE IE.EMP_ID =E.EMP_ID AND IE.EMP_NO = E.EMP_NO AND IE.STATUS = 'OPEN' ) COUNTRY_ID FROM EMPLOYEE E CREATE OR REPLACE PACKAGE

  • Remember windows from last time

    When Firefox starts: show my windows from last time. I have set it many times to remember from last time but it does not work. It just stopped working today for an unknown reason. When I relaunch Firefox it is still set to remember from last time, bu

  • Input variables not available in i_step = 2

    Hi Experts, In my filter in the planning modeller I have three variables. 1. ZSY(Source Year) 2. ZTY(Target Year) and 3. ZCNO(Customer number). All three variables are input ready variables ie. Manual entry/Default value. For a customer exit variable