NWC24SetSearchCondMsgBox

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24SetSearchCondMsgBox( NWC24MsgBoxId mBoxId );

Description

Specifies the message box targeted for the message search. By default, the inbox is specified.

Arguments

mBoxId The message box to be searched.

Return Values

NWC24_OK: Normal termination.
NWC24_ERR_LIB_NOT_OPENED: Library not open.
NWC24_ERR_INVALID_VALUE: The mBoxId value is invalid.

See Also

NWC24SetSearchCondForMenu, NWC24SetSearchCondPublic, NWC24SetSearchCondFromAddrId, NWC24SetSearchCondAppId, NWC24SearchMsgs

Revision History

2007/09/03 Added NWC24SetSearchCondPublic to the See Also section.
2006/09/01 Initial version.


CONFIDENTIAL