#include <revolution/nwc24.h>
NWC24Err NWC24SetSearchCondMsgBox( NWC24MsgBoxId mBoxId );
Specifies the message box targeted for the message search. By default, the inbox is specified.
mBoxId |
The message box to be searched. |
NWC24_OK: Normal termination.
NWC24_ERR_LIB_NOT_OPENED: Library not open.
NWC24_ERR_INVALID_VALUE: The mBoxId value is invalid.
NWC24SetSearchCondForMenu,
NWC24SetSearchCondPublic,
NWC24SetSearchCondFromAddrId,
NWC24SetSearchCondAppId,
NWC24SetSearchCondGroupId,
NWC24SearchMsgs
2008/05/01 Added the NWC24SetSearchCondGroupId function to See Also.
2007/09/03 Added the NWC24SetSearchCondPublic function to See Also.
2006/09/01 Initial version.
CONFIDENTIAL