Advanced outlook trick: help needed!

  • Thread starter Thread starter Jon C
  • Start date Start date
Status
Not open for further replies.
J

Jon C

I need outlook to automatically move all messages with a particular subject into a network folder.

Easy enough...

Problem: Say I send, they reply, I send, they reply.. and multiple versions of the same message are created and dropped into this network folder.

I need a some type of trick/methodology to replace the previous message with the most current email in this network folder. while deleting or moving the old messages out of the network folder. .
 
If the subject is equal, there's nothing to do as an existing file gets

overwritten.

Best regards

Michael Bauer

Am Fri, 21 Aug 2009 01:34:30 -0400 schrieb Jon C:


> I need outlook to automatically move all messages with a particular


subject into a network folder.

> Easy enough...

> Problem: Say I send, they reply, I send, they reply.. and multiple


versions of the same message are created and dropped into this network

folder.

> I need a some type of trick/methodology to replace the previous message


with the most current email in this network folder. while deleting or moving

the old messages out of the network folder. .
>
 
"Michael Bauer " <mb@mvps.org> wrote:

> If the subject is equal, there's nothing to do as an existing file gets
> overwritten.


Overwriting an existing file can be avoided by testing its existence

Dim myFID As String

Set myFS = CreateObject("Scripting.FileSystemObject")

> ..

myFID = ...

> ..

If myFS.FileExists(myFID) ...

but how can "the most current email" be detected?

Wilfried


> Am Fri, 21 Aug 2009 01:34:30 -0400 schrieb Jon C:
>
> > I need outlook to automatically move all messages with a particular

> subject into a network folder.
> > Easy enough...
> > Problem: Say I send, they reply, I send, they reply.. and multiple

> versions of the same message are created and dropped into this network
> folder.
> > I need a some type of trick/methodology to replace the previous message

> with the most current email in this network folder. while deleting or moving
> the old messages out of the network folder. .
> >
 
Sort the Items collection by ReceivedTime.

Best regards

Michael Bauer

Am Fri, 21 Aug 2009 13:15:42 +0200 schrieb Wilfried:


> "Michael Bauer " <mb@mvps.org> wrote:
>

>> If the subject is equal, there's nothing to do as an existing file gets
> > overwritten.


> Overwriting an existing file can be avoided by testing its existence

> Dim myFID As String
> Set myFS = CreateObject("Scripting.FileSystemObject")
> ...
> myFID = ...
> ...
> If myFS.FileExists(myFID) ...

> but how can "the most current email" be detected?

> Wilfried
>
> > Am Fri, 21 Aug 2009 01:34:30 -0400 schrieb Jon C:
> >
> >> I need outlook to automatically move all messages with a particular

> > subject into a network folder.
> >
>>> Easy enough...
> >
>>> Problem: Say I send, they reply, I send, they reply.. and multiple

> > versions of the same message are created and dropped into this network
> > folder.
> >
>>> I need a some type of trick/methodology to replace the previous message

> > with the most current email in this network folder. while deleting or


moving
> > the old messages out of the network folder. .
> >>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S Related messages show in main Outlook window vice new Advanced Find windows Using Outlook 1
farrissf Outlook 2016 Optimizing Email Searches in Outlook 2016: Seeking Insights on Quick Search vs Advanced Search Features Using Outlook 0
C Advanced search terms for "Outlook Data File" Using Outlook 1
mll persistently customise columns in outlook advanced search Using Outlook 3
R Outlook for Mac - Advanced Search and Tracking Sent Emails Using Outlook 0
B Advanced Search in MS Outlook by VBA and SQL Outlook VBA and Custom Forms 2
P Outlook Advanced Find Using Outlook 0
N Outlook 2010 crippled Advanced Find, now what? Using Outlook 3
H Outlook 2010 Advanced Find - Menu items missing Using Outlook 1
D Outlook 2010 - Advanced Find - No Status Bar = No Item Count Using Outlook 2
A Outlook Advanced Search Problems...returns with an Error: Argument Outlook VBA and Custom Forms 1
T Outlook 2007 Indexing Options and Advanced Search options disabled Using Outlook 5
D Create advanced search (email) via VBA with LONG QUERY (>1024 char) Outlook VBA and Custom Forms 2
D Advanced e-Mail search on from/to contact group only searches for first 20 contacts in group Using Outlook 0
O Advanced search - can I use booleans Using Outlook 3
M Sorting by Day in Date Column Advanced Filter BCM (Business Contact Manager) 1
L unblocking attachments before sending Office 365 Advanced Protection Using Outlook 0
N Disable Auto Read Receipts sent after using Advanced Find Using Outlook 4
H "Advanced find: column for full folder path? Using Outlook 1
skylark53 Advanced recurrence problem Using Outlook 2
D Advanced Search Question Using Outlook 1
B Printing Advanced Search Output Screen Using Outlook 5
Andrew Hawkins "Advanced Find" Using Outlook 1
A Advanced find query facilty Help please Using Outlook 2
S Advanced Find text field limits Using Outlook 2
C O2010: Using Advanced Find to locate exact queries Using Outlook 3
V Advanced Find - [Today]-3 ? Using Outlook 4
J How to filter by address fragment (e.g. "@domain.com") with advanced find? Using Outlook 2
L How to customize the Advanced Find form Outlook VBA and Custom Forms 1
P Open Advanced Search Dialog Outlook VBA and Custom Forms 1
D Re: How to customize the Advanced Find form Outlook VBA and Custom Forms 1
S Programmatically bring up Advanced Find for contacts? Outlook VBA and Custom Forms 1
L Android Outlook Doesn't Update PC Notification Changes Using Outlook 0
A How to open Excel file saved in Outlook folder? Outlook VBA and Custom Forms 4
D.Moore Outlook desktop client suggested searches question Using Outlook 9
Y Outlook 2016 (64-bit) Copy Local Cal. Events to Another Cal. with Modified Reminder time Using Outlook 2
T Outlook 2019 While connecting an IMAP account in "classic" Outlook 2024 I caused a massive duplication of emails on the server (death loop) Using Outlook 5
D Cannot logon to Outlook.com, or outlook on Mac, outlook not updating on ipad, iphone Using Outlook 1
J unable to get my new install of Outlook to display mailboxes in the single-line format. Using Outlook 1
D Legacy Microsoft Outlook for Mac Support will end in Oct 2025 Using Outlook 5
C Nasty Bug Lurking In Outlook For Years. The Trigger. Any Fix Or Workaround? Using Outlook 11
R Auto clicking Hyperlink in outlook Outlook VBA and Custom Forms 7
ughlook Open multiple contacts in NEW Outlook? Using Outlook 3
G Outlook translation feature is off Using Outlook 2
J Outlook 2010 does not let me put any account Using Outlook.com accounts in Outlook 3
P 3 of 5 PST files don't install from d:\outlook but only from D:\ Using Outlook 7
HarvMan January Windows 10 preview update force installs new Outlook Using Outlook 1
L Outlook 2010 - new installation on Windows 11 - aplzod32.dll is not a valid Add-in Using Outlook 12
J Outlook troubleshooting/logging - option grayed out Using Outlook 2
B Arrows missing from Outlook emails vertical scrollbar Using Outlook 0

Similar threads

Back
Top