Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
michaelwandel  
#1 Posted : Monday, March 21, 2016 2:03:46 AM(UTC)
michaelwandel

Rank: Newbie

Groups: Registered
Joined: 3/21/2016(UTC)
Posts: 6
Man
Germany

Hi,

i simply want to delete a mail from exchange server, i already have the uidl so i simply need the commands to delete a specific mail from the server

Thanks
ivan  
#2 Posted : Monday, March 21, 2016 3:36:55 AM(UTC)
ivan

Rank: Administration

Groups: Administrators
Joined: 11/11/2010(UTC)
Posts: 1,148

Thanks: 9 times
Was thanked: 54 time(s) in 54 post(s)
Hi,

What is the UIDL for ? POP3, IMAP4 or EWS protocol?

You can delete the email like this:

https://www.emailarchite.../?ct=mailclient_delete_a

But if you have UIDL already and you don't want to retrieve the list again. you can create a new MailInfo object like this:

Code:

oClient.Connect ... 

Dim oInfo as New EAGetMailObjLib.MailInfo
oInfo.UIDL = "your uidl"

'if you used EWS protocol, you also need a value for change key
'oInfo.ChangeKey = "your changekey"

oClient.Delete oInfo
oClient.Quit


michaelwandel  
#3 Posted : Wednesday, March 30, 2016 2:42:10 AM(UTC)
michaelwandel

Rank: Newbie

Groups: Registered
Joined: 3/21/2016(UTC)
Posts: 6
Man
Germany

Hi,

thanks, it seems to work, even that i don't use the changekey value for i don't know what it is used for ;-)

Thanks for the help :)
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.051 seconds.

EXPLORE TUTORIALS

© All Rights Reserved, AIFEI Software Limited & AdminSystem Software Limited.