Infrared Support (Windows CE 5.0)
With the default folder type, olFolderInfrared, you can send a collection of items of any type, over the infrared port. You must first call GetDefaultFolder on the Application object in order to send items over the infrared port. You can then call the following methods on this folder object.
Method | Description |
---|---|
AddItemToInfraredFolder | Adds any type of item to the list of items to be sent. |
SendToInfrared | Sends the infrared contents through an infrared transfer. |
To receive items, call ReceiveFromInfrared on the Application or Folder object. On the Application object, this method lets you receive any type of item. On the Folder object, you can only receive items corresponding the folder type.
Infrared differs from other folders in that it does not implement the methods normally associated with folders, such as Items.
See Also
Differences Between the Windows CE and Desktop Models | Pocket Outlook Object Model Application Development
Send Feedback on this topic to the authors