Forum: Outlook and VBA
July 28th 07, 07:58 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 428
Outlook 2003 and attachment question
hello,
I have seen many different ways to insert a path to the saved email
attachment inside the email after saving it to the hard disk.(VB/VBA add ons)
However is there a way to insert the path...
|
Forum: Outlook and VBA
June 4th 07, 08:25 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,736
Restrict Method - Find only blank fields - VBA
Is there anyway to search only for blank fields using restrict method in VBA
Outlook.
Ex: Find all MailingAddressCountry field which are blank -
itms.Restrict ([MailingAddressCountry] =...
|
Forum: Outlook and VBA
May 2nd 07, 01:28 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,280
Pickfolder dialog box in Outlook event
Is there any way to know if the person closed the Pickfolder dialog box in
outlook via the ‘x’ (close) button or cancel button. They both return the
same error.
I know you can’t customize it...
|
Forum: Outlook and VBA
February 2nd 07, 09:07 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 748
Sent or Recieved Email Property
Is there a way to check if the email is a sent email or received email using
VBA? Some kind of property?
My current solution is to check if the From Field is equal to the current
user it is a sent...
|
Forum: Outlook and VBA
January 17th 07, 10:34 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 2,008
Before Send Email insert Attachment Path in Body
aha, that is what I noticed. I know it sounds point less, but the client is
always right:( . Is there away to automate the hyperlink dilog box to always
open up to the same place? I guess i am just...
|
Forum: Outlook and VBA
January 16th 07, 03:25 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 2,008
Before Send Email insert Attachment Path in Body
Is there a way using VBA code, for all outgoing emails to - Get the file path
for the attachment and insert it in the body before it is send out? Kind of a
combination or automation of insert link...
|
Forum: Outlook and VBA
December 29th 06, 04:31 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 984
Multiplying Inspector Toolbar in Mail Item
Outlook 2003.
Windows XP and Word as my email editor
Hi,
I found this code on the internet which I have been playing around with. My
goal is to create two toolbars. One to show when you open a...
|
Forum: Outlook and VBA
December 26th 06, 07:55 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 553
|
Forum: Outlook and VBA
December 7th 06, 11:00 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,011
AdvancedSearch Method
Thanks,
When i use the AdvancedSearch Method in Outlook at insert "Private Sub
Application_AdvancedSearchComplete(ByVal SearchObject As Search) " Function
in the ThisOutlookSession, where should i...
|
Forum: Outlook and VBA
December 6th 06, 11:29 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,011
AdvancedSearch Method
Am I able to use the AdvancedSearch Method from the Outlook object in MS
Word VBA?
Thanks,
|