Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The put_MessageWaiting method sets the status of the message waiting on the address.
Syntax
HRESULT put_MessageWaiting(
[in] VARIANT_BOOL fMessageWaiting
);
Parameters
[in] fMessageWaiting
Status of message waiting to be set.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Method succeeded. |
|
The fMessageWaiting parameter is not valid. |
|
Insufficient memory exists to perform the operation. |
|
The operation failed because the TAPI 3 DLL timed it out. The timeout interval is two minutes. |
Remarks
For programmers familiar with TAPI 2.x: This method turns on and off the flag LINEDEVSTATUSFLAGS_MSGWAIT in the dwDevStatusFlags member of the LINEDEVSTATUS structure by calling lineSetLineDevStatus.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |
| Library | Uuid.lib |
| DLL | Tapi3.dll |