Share via


Infrared Support (Windows Embedded CE 6.0)

1/6/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

IFolder::AddItemToInfraredFolder

Adds any type of item to the list of items to be sent.

IFolder::SendToInfrared

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