A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 25 of 34
Search took 0.06 seconds.
Search: Posts made by: Bob Smith
Forum: Outlook and VBA April 21st 09, 08:13 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,064
Posted By Bob Smith
Rule to set reminder if not set

Got it working, had to go to the assocciated meeting item.

"Bob Smith" wrote:

Sorry slight modification to that code, I should have copied and pasted.
Still have the issue.

Sub...
Forum: Outlook and VBA April 21st 09, 05:21 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,064
Posted By Bob Smith
Rule to set reminder if not set

Sorry slight modification to that code, I should have copied and pasted.
Still have the issue.

Sub SetReminder(Item As MeetingItem)
If item.ReminderSet = False Then
msgbox...
Forum: Outlook and VBA April 21st 09, 12:46 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,064
Posted By Bob Smith
Rule to set reminder if not set

I'm going out of my mind here. I have a really simple rule that checks for
meeting requests as they arrive. If they have no reminder set, it's supposed
to set it. Seems simple enough. I even put a...
Forum: Outlook and VBA February 26th 09, 05:39 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 419
Posted By Bob Smith
Help with CDO and Shift Deleted items

Is there a way through CDO to identify items that have been SHIFT-DELETED
from outlook. I need to run a report against all users to see how many items
were shift deleted on a specific day. I am...
Forum: Outlook and VBA January 26th 09, 11:29 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 685
Posted By Bob Smith
Help with CDO

It's a VBscript calling CDO 1.2. I got this working now by passing in the
users Legacy Exchange DN. I do however run into a slight problem after some
time where I receieve an error there is not...
Forum: Outlook and VBA January 26th 09, 05:41 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 685
Posted By Bob Smith
Help with CDO

Thanks for the information. I changed my logon information too;

strProfileInfo = "Your Servername" & vbLf & "Your Mailbox"
objSession.Logon "", "", False, True, 0, False, strProfileInfo

I still...
Forum: Outlook and VBA January 26th 09, 07:49 AM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 685
Posted By Bob Smith
Help with CDO

I have run into a problem that appears to be related to multiple profiles
maching the logon I pass in via CDO. I presume this is related to the Show
Dialogue switch on CDO logon.

An example here...
Forum: Outlook and VBA January 7th 09, 08:50 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 422
Posted By Bob Smith
Question about CDO 1.21

Got it working, thanks for your help.


"Ken Slovak - [MVP - Outlook]" wrote:

This has nothing to do with CDO and everything to do with using a For...Each
loop. That and a count up For loop...
Forum: Outlook and VBA January 7th 09, 07:28 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 422
Posted By Bob Smith
Question about CDO 1.21

Thanks for your help. I guess I'm still having trouble trying to get this to
work. I don't know the number of items to be deleted until I have evaluated
the Receieved time. I tried a Do While Not...
Forum: Outlook and VBA January 7th 09, 06:00 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 422
Posted By Bob Smith
Question about CDO 1.21

I have a real simple function that all it does is Delete messages older than
X days. I'm not sure why, but if I run it once it deletes some of the
messages but not all. With 1000's of messages in...
Forum: Outlook and VBA January 7th 09, 12:49 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 724
Posted By Bob Smith
Time Stamp on Messages

I think I found the answer

objSession.GetOption("TimeZone") = 16386 on the mailbox that exhibits the
incorrect behaviour. Does anyone know what 15385 would be and how that would
be set on a...
Forum: Outlook and VBA January 7th 09, 12:31 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 724
Posted By Bob Smith
Time Stamp on Messages

I appear to be missing something with relation to timezones.

I am using CDO to connect to two seperate mailboxes. When I send a message
to both of these mailboxes at the same time, the result I...
Forum: Outlook and VBA December 4th 08, 08:24 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 2,050
Posted By Bob Smith
CDO Open Mailbox

Thanks for your help.

I was able to connect to a mailbox using VBscript with a machine that is
running outlook. The problem is however I need to do this on a machine that
does not run outlook. The...
Forum: Outlook and VBA December 2nd 08, 10:45 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 2,050
Posted By Bob Smith
CDO Open Mailbox

I posted this in the VBScript forum, but have not recieved a response. I was
wondering if anyone had an example of how to connect to a mailbox (exchange
2003) via VBScript using CDO. I am looking...
Forum: Outlook - General Queries March 2nd 07, 03:40 PM Posted to microsoft.public.outlook
Replies: 0
Views: 342
Posted By Bob Smith
Outlook Contacts out of Date

Does anyone know of a tool that will resolve items in a users contact folder
from the GAL and update the information? I have a guy with like 500 contacts
and a lot are stored only as SMTP addresses...
Forum: Add-ins for Outlook September 3rd 06, 09:49 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 705
Posted By Bob Smith
Item.Copy - Can't Delete?

Very good questions.

I am copying the item so I can then check the size of it. I don't want to
save the origional item because it would then consume space in their inbox.
If I can make a copy,...
Forum: Add-ins for Outlook July 29th 06, 04:40 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,010
Posted By Bob Smith
Delete an item

Thanks Michael, can you give me an exable of how to use item add

"Michael Bauer" wrote:

Am Fri, 28 Jul 2006 05:44:02 -0700 schrieb Bob Smith:

Depends on what is "nativly". With the OOM...
Forum: Add-ins for Outlook July 28th 06, 02:44 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,010
Posted By Bob Smith
Delete an item

So there is no way of nativly doing a SHIFT-DELETE? using ItemAdd would still
mean the item ends up in the recover deleted items folder


"Michael Bauer" wrote:

Am Thu, 27 Jul 2006 12:07:02 -0700...
Forum: Add-ins for Outlook July 27th 06, 09:30 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 776
Posted By Bob Smith
Add-in Send Script

Thanks that works!

"Michael Bauer" wrote:

Am Wed, 26 Jul 2006 14:18:01 -0700 schrieb Bob Smith:

Bob, "Application" is the object to declare and "ItemSend" is one of its
events, which you...
Forum: Add-ins for Outlook July 27th 06, 09:07 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,010
Posted By Bob Smith
Delete an item

vb6 - using item.delete moves the item into a deleted Items folder. Does
anyone know how I could delete without putting the item in the delete items
folder (sure delete)? I also want to make sure...
Forum: Add-ins for Outlook July 27th 06, 07:55 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 705
Posted By Bob Smith
Item.Copy - Can't Delete?

I need to make a copy of the item someone is sending in Outlook. This appears
to work fine and saves a duplicate in the outbox of the sending item. I then
try to delete the item but it still stays...
Forum: Add-ins for Outlook July 26th 06, 11:18 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 776
Posted By Bob Smith
Add-in Send Script

I have created an addin but I'm unsure how to declare the code that runs when
someone sends an email. I thought it would be something like this.....


Private Sub...
Forum: Outlook and VBA May 29th 06, 06:31 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 965
Posted By Bob Smith
Outlook pined while running macro

First of all, thanks for the reply.

For the most part, I understand what you mean. What I don't know however is
how to modify my script to be more efficient without looping through every
mail...
Forum: Outlook and VBA May 26th 06, 06:21 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 965
Posted By Bob Smith
Outlook pined while running macro

First of all, Thanks for the reply.

I am logging the output to a txt file and I can see my sctript is not stuck
in a loop. What I do see however is that the memory on the machine just keeps
going...
Forum: Outlook and VBA May 26th 06, 04:38 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 965
Posted By Bob Smith
Outlook pined while running macro

Is there a way I can change my VBA code so that when it runs it does not
cripple Outlook. The VBA code iterativly goes through all folders in some
very large mailboxes and performs some tasks ....
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT +1. The time now is 05:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.