From: Vikky on
Hi,
I am able to Delete SMSes from the Inbox. But, all the deleted messages
accumulate in the "Deleted Items" folder. Now, I want to know if a message
can be deleted permanetly,i.e, without the messages going to the Deleted
Items folder.
From: Peter Foot on
I don't think you can specify this, however you can empty the deleted items
folder using MAPI. On Windows Mobile 5.0 and above use
IMAPIFolder->EmptyFolder
For older versions you must use DeleteMessages with your specific ENTRYIDs

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Vikky" <Vikky(a)discussions.microsoft.com> wrote in message
news:E9B6A7A9-C69A-433F-94A9-F2EE358054FC(a)microsoft.com...
> Hi,
> I am able to Delete SMSes from the Inbox. But, all the deleted messages
> accumulate in the "Deleted Items" folder. Now, I want to know if a message
> can be deleted permanetly,i.e, without the messages going to the Deleted
> Items folder.

From: Vikky on

Thanks Peter!!

"Peter Foot" wrote:

> I don't think you can specify this, however you can empty the deleted items
> folder using MAPI. On Windows Mobile 5.0 and above use
> IMAPIFolder->EmptyFolder
> For older versions you must use DeleteMessages with your specific ENTRYIDs
>
> Peter
>
> --
> Peter Foot
> Microsoft Device Application Development MVP
> www.peterfoot.net | www.inthehand.com
> In The Hand Ltd - .NET Solutions for Mobility
>
> "Vikky" <Vikky(a)discussions.microsoft.com> wrote in message
> news:E9B6A7A9-C69A-433F-94A9-F2EE358054FC(a)microsoft.com...
> > Hi,
> > I am able to Delete SMSes from the Inbox. But, all the deleted messages
> > accumulate in the "Deleted Items" folder. Now, I want to know if a message
> > can be deleted permanetly,i.e, without the messages going to the Deleted
> > Items folder.
>