Declaration

Visual C#:

int AutoDeleteNewSMS;

Visual C++:

long AutoDeleteNewSMS;

Visual Basic:

Dim AutoDeleteNewSMS As Integer

Delphi:

property AutoDeleteNewSMS : Integer;

Remarks

This property shows whether automatically deleting received messages is needed or not. If the property value is set to 1, this control will automatically delete received messages after the NewSMSReceived event is triggered. If your device supports directly forwarding messages to a PC, you need to set the property value to 1 before the Connect method is called. Thus received messages will be directly forwarded to a PC, instead of being saved in the SIM card. If the configuration is done after the connection is setup, received messages will still be saved in the SIM card. However the control is able to automatically delete stored messages. If your device does not support the mode you configured, this control will select a mode most appropriately supported by your device. The default value is 0.

See Also NewSMSReceived