<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>NOVELL FORUMS - DEV: GroupWise Object API</title>
		<link>http://forums.novell.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Mon, 23 Nov 2009 14:54:00 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.novell.com/images/ca_serenity/misc/rss.jpg</url>
			<title>NOVELL FORUMS - DEV: GroupWise Object API</title>
			<link>http://forums.novell.com/</link>
		</image>
		<item>
			<title>How can I get rfc822 format using Groupwise Object API(C++)?</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/393574-how-can-i-get-rfc822-format-using-groupwise-object-api-c.html</link>
			<pubDate>Mon, 23 Nov 2009 07:35:22 GMT</pubDate>
			<description><![CDATA[I am newbie to Groupwise Object API, I want to get email in it's rfc822 form. How can I achieve this?]]></description>
			<content:encoded><![CDATA[<div>I am newbie to Groupwise Object API, I want to get email in it's rfc822 form. How can I achieve this?</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/">DEV: GroupWise Object API</category>
			<dc:creator>ashutosh_jogdande</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/393574-how-can-i-get-rfc822-format-using-groupwise-object-api-c.html</guid>
		</item>
		<item>
			<title>GroupWise API - login status</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/392788-groupwise-api-login-status.html</link>
			<pubDate>Tue, 17 Nov 2009 02:42:47 GMT</pubDate>
			<description>I am using GW client version 7 and GW API with C#. 
Is there a way to see what is the status of the login (failed or successful) and attempt login...</description>
			<content:encoded><![CDATA[<div>I am using GW client version 7 and GW API with C#.<br />
Is there a way to see what is the status of the login (failed or successful) and attempt login again. <br />
My code below works fine until there is a problem connecting to GW Server (I take the machine offline to test for this).  <br />
Application stops at this line:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Account account = (Account)gwApp.Login(ConfigurationManager.AppSettings[&quot;GWUserId&quot;], null, ConfigurationManager.AppSettings[&quot;GWUserPassword&quot;], null, null);</code><hr />
</div>No exceptions are generated. It just stops there for good.<br />
Any help greatly appreciated.<br />
Thanks.<br />
<br />
<br />
    <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">private Account LogIn()<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Application2 gwApp = new Application2();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LogWriter.Write(&quot;Testing with GW version: &quot; + gwApp.MajorVersion+&quot;.&quot;+gwApp.MinorVersion);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Account account = (Account)gwApp.Login(ConfigurationManager.AppSettings[&quot;GWUserId&quot;], null, ConfigurationManager.AppSettings[&quot;GWUserPassword&quot;], null, null);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return account;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch (Exception e)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LogWriter.Write(&quot;Error:::: &quot;+e+&quot; ::::&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return null;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/">DEV: GroupWise Object API</category>
			<dc:creator>lborowski1</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/392788-groupwise-api-login-status.html</guid>
		</item>
		<item>
			<title>Messenger Classes for COM sdk</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/392598-messenger-classes-com-sdk.html</link>
			<pubDate>Fri, 13 Nov 2009 23:56:34 GMT</pubDate>
			<description><![CDATA[I'm trying to locate the Novell Messenger Classes for COM sdk which is referenced in the Novell GroupWise messenger interfaces document . That's...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to locate the Novell Messenger Classes for COM sdk which is referenced in the Novell GroupWise messenger interfaces document . That's something I need to download in order to do  COM development.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/">DEV: GroupWise Object API</category>
			<dc:creator>castigd</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/392598-messenger-classes-com-sdk.html</guid>
		</item>
		<item>
			<title>GroupWise messenger API Sample code</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/392200-groupwise-messenger-api-sample-code.html</link>
			<pubDate>Tue, 10 Nov 2009 23:20:53 GMT</pubDate>
			<description><![CDATA[Is there any sample code that shows how to perform functions using Visual Basic with the GroupWise messenger API? 
I'm trying to send a message to a...]]></description>
			<content:encoded><![CDATA[<div>Is there any sample code that shows how to perform functions using Visual Basic with the GroupWise messenger API?<br />
I'm trying to send a message to a person using Visual Basic.net, and I tried the code below, but got stuck.<br />
<br />
so far I have tried the following, but I do not know how to Send a message to my contact called &quot;SmithJ&quot; after I select the contact.<br />
<br />
Imports NovellMessengerClientLib<br />
Dim NMClient1 As New NovellMessengerClientLib.NMClient<br />
NMClient1.SelectContact(&quot;SmithJ&quot;,&quot;&quot;)</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/">DEV: GroupWise Object API</category>
			<dc:creator>castigd</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/392200-groupwise-messenger-api-sample-code.html</guid>
		</item>
		<item>
			<title>Is there a unique ID for each Group / User in address book?</title>
			<link>http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/391935-there-unique-id-each-group-user-address-book.html</link>
			<pubDate>Mon, 09 Nov 2009 02:47:56 GMT</pubDate>
			<description>Is there a unique ID corresponding to each Group / User in the GroupWise address book? 
 
Example: 
 
We have two address books - AddressBook1,...</description>
			<content:encoded><![CDATA[<div>Is there a unique ID corresponding to each Group / User in the GroupWise address book?<br />
<br />
Example:<br />
<br />
We have two address books - AddressBook1, AddressBook2. <br />
1) Create a Group &quot;Group1&quot; corresponding to each of these AddressBooks<br />
2) Add some members to each of these Group1's. <br />
3) Add a Group &quot;Group2&quot; to AddressBook2<br />
4) Add AddressBook1.Group1 and AddressBook2.Group1 to be members of Group2<br />
<br />
How do we differentiate which Group1 we are referring to, When we are iterating though the members of Group2 via object API (assume both the Group1's have the same members as well).</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/">DEV: GroupWise Object API</category>
			<dc:creator>shwetajain</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-developer-forums/dev-groupwise-object-api/391935-there-unique-id-each-group-user-address-book.html</guid>
		</item>
	</channel>
</rss>
