//-------------------------------------------------------------------------
// SOLUTION: Login
/*
* Make sure you use your login name and password
*
PlainText ptLogin = new PlainText();
ptLogin.setUsername("uX");
ptLogin.setPassword("uX");
*/
//-------------------------------------------------------------------------
// SOLUTION: getFolderList
/*
case 0:
if(gwFolder != null && gwFolder.getName() != null)
return( gwFolder.getName());
else
return("");
case 1:
if(gwFolder != null)
return getFolderTypeString(gwFolder);
else
return("");
case 2:
if(gwFolder != null && gwFolder.getCount() != null)
return(gwFolder.getCount());
else
return("");
case 3:
if(gwFolder != null && gwFolder.getUnreadCount() != null )
return(gwFolder.getUnreadCount());
else
return("");
case 4:
if(gwFolder != null)
return(gwFolder.getSequence());
else
return("");
*/
//-----------------------------------------------------------------------------------------------------------------
//SOLUTION: getItems
/*
m_ItemsResponse = m_main.getGWService().getItemsRequest(m_main.m_gwFolderList.getMailBoxContainerId(),
sView,
gwFilter,
itemRefList,
100,
m_main.getSessionId());
*/
//-----------------------------------------------------------------------------------------------
// SOLUTION: sentItem
/*
// Adding the gwDistrubibution
mail.setDistribution(gwDistribution);
// Adding a subject
mail.setSubject("Subject: Java Test Program");
// Make the item a sent item
mail.setSource(ItemSource.sent);
*/
//----------------------------------------------------------------------------------------------------
// SOLUTION: sentItem extra credit
/*
// Creating a message body
String messageBodyStr = "abcdefghijklmnopqrstuvwxyz123456789";
gwMessagePart[0] = new MessagePart();
gwMessagePart[0].set_value(messageBodyStr.getBytes("UTF-8"));
gwMessageBody.setPart(gwMessagePart);
mail.setMessage(gwMessageBody);
*/
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.