Click here to Skip to main content
15,913,055 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: XML file data extraction Pin
Tom Deketelaere16-Oct-09 4:34
professionalTom Deketelaere16-Oct-09 4:34 
GeneralRe: XML file data extraction Pin
nhsal6916-Oct-09 5:48
nhsal6916-Oct-09 5:48 
GeneralRe: XML file data extraction Pin
nhsal6919-Oct-09 5:02
nhsal6919-Oct-09 5:02 
GeneralRe: XML file data extraction Pin
nhsal6921-Oct-09 4:40
nhsal6921-Oct-09 4:40 
QuestionVBA: Microsoft Office Outlook: Find duplicate messages Pin
Jwalant Natvarlal Soneji14-Oct-09 19:54
Jwalant Natvarlal Soneji14-Oct-09 19:54 
AnswerRe: VBA: Microsoft Office Outlook: Find duplicate messages Pin
Dave Kreskowiak15-Oct-09 3:55
mveDave Kreskowiak15-Oct-09 3:55 
QuestionRe: VBA: Microsoft Office Outlook: Find duplicate messages Pin
Jwalant Natvarlal Soneji15-Oct-09 7:36
Jwalant Natvarlal Soneji15-Oct-09 7:36 
AnswerRe: VBA: Microsoft Office Outlook: Find duplicate messages Pin
Dave Kreskowiak15-Oct-09 8:01
mveDave Kreskowiak15-Oct-09 8:01 
Well then, with that spectacular explanation, none of which answered any questions I asked of you, all I can tell you is this:

Enumerate over the collection of messages in the mailbox, then start another enumeration of the same mailbox starting after the message you just picked up in the first enumeration. Compare the messages, and if they are the same, delete the one you found and continue on. Get the next message and start enumerating every message from that point on, comparing it, ..., and so on, and so on.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: VBA: Microsoft Office Outlook: Find duplicate messages Pin
Jwalant Natvarlal Soneji15-Oct-09 8:40
Jwalant Natvarlal Soneji15-Oct-09 8:40 
QuestionHow to disconnect my account from mysql server? Pin
josinvill@yahoo.com14-Oct-09 19:14
josinvill@yahoo.com14-Oct-09 19:14 
AnswerRe: How to disconnect my account from mysql server? Pin
Dave Kreskowiak15-Oct-09 3:53
mveDave Kreskowiak15-Oct-09 3:53 
QuestionForce the user change the password on first login? Pin
waner michaud14-Oct-09 11:40
waner michaud14-Oct-09 11:40 
AnswerRe: Force the user change the password on first login? Pin
_Damian S_14-Oct-09 15:46
professional_Damian S_14-Oct-09 15:46 
AnswerRe: Force the user change the password on first login? Pin
Dave Kreskowiak14-Oct-09 16:26
mveDave Kreskowiak14-Oct-09 16:26 
GeneralRe: Force the user change the password on first login? Pin
Ashfield15-Oct-09 1:38
Ashfield15-Oct-09 1:38 
GeneralRe: Force the user change the password on first login? Pin
Dave Kreskowiak15-Oct-09 4:19
mveDave Kreskowiak15-Oct-09 4:19 
QuestionWhat's wrong with my event handler? Pin
Sonhospa14-Oct-09 11:01
Sonhospa14-Oct-09 11:01 
AnswerRe: What's wrong with my event handler? Pin
Ian Shlasko14-Oct-09 11:22
Ian Shlasko14-Oct-09 11:22 
GeneralRe: What's wrong with my event handler? Pin
Sonhospa15-Oct-09 0:26
Sonhospa15-Oct-09 0:26 
AnswerRe: What's wrong with my event handler? Pin
Luc Pattyn14-Oct-09 11:28
sitebuilderLuc Pattyn14-Oct-09 11:28 
GeneralRe: What's wrong with my event handler? Pin
Sonhospa15-Oct-09 0:38
Sonhospa15-Oct-09 0:38 
QuestionID3 desicion tree coding for my project Pin
sdeepan414-Oct-09 8:10
sdeepan414-Oct-09 8:10 
AnswerRe: ID3 desicion tree coding for my project Pin
Dave Kreskowiak14-Oct-09 8:23
mveDave Kreskowiak14-Oct-09 8:23 
GeneralRe: ID3 desicion tree coding for my project Pin
sdeepan414-Oct-09 8:32
sdeepan414-Oct-09 8:32 
GeneralRe: ID3 desicion tree coding for my project Pin
Dave Kreskowiak14-Oct-09 8:51
mveDave Kreskowiak14-Oct-09 8:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.