Infrared Support
A version of this page is also available for
4/8/2010
With the OlDefaultFolders type olFolderInfrared, you can send a collection of any type of Microsoft Office Outlook items of any type over the infrared port. You must call IPOutlookApp::GetDefaultFolder first, then call the following methods on this IFolder object.
Method | Description |
---|---|
Adds any type of item to the list of items to be sent. |
|
Sends the infrared contents through an infrared transfer. |
Remarks
To receive items, call IFolder::ReceiveFromInfrared on the IPOutlookApp or IFolder object.
On the IPOutlookApp object, this method lets you receive any type of item. On the IFolder object, you can receive only items of the corresponding folder type.
The infrared folder differs from the others in that it does not implement the methods usually associated with folders.
See Also
Other Resources
Differences Between the Pocket Outlook Object Model and the Outlook Object Model
Pocket Outlook Object Model Application Development