Adjust view for all message folders in a run
Wed, 26 Nov 2008 11:56:01 +0100
Hi,
Outlook 2003
Working with it for more than a year, so many folders for keeping some order
in all messages I need to keep at hand
I want to apply the same formatting of columns when viewing foders in a run,
instead of applying it manually to the 30 more folders I have. I want to
adjust width of col ...
|
Setting up a new outlook account programmatically
Wed, 26 Nov 2008 00:58:36 -0800 (PST)
Hello, folks. I want to set up a new outlook account programmatically.
How can I do that? I looked at the MSDN Outlook library and found the
account object there http://msdn.microsoft.com/en-us/library/bb208228.aspx
But I see only readonly properties there. And even if they were not
readonly, I do not see the ...
|
Textboxes not poplating from listbox
Tue, 25 Nov 2008 21:16:01 -0800
Hello there :)
I am making an update delete form that should function such that my listbox
is populated based on a combobox selection, and then when a record in the
listbox is selected the data is put into textboxes that can then be updated,
or the record can be deleted.
My form populates the listbox bas ...
|
Missing Store ID parameter for NameSpace.GetAddressEntryFromID()?
Tue, 25 Nov 2008 12:52:45 -0800 (PST)
Why doesn't NameSpace.GetAddressEntryFromID() (http://
msdn.microsoft.com/en-us/library/bb175345.aspx) have a store ID
parameter like NameSpace.GetItemFromID() (http://msdn.microsoft.com/en-
us/library/bb219902.aspx)?
Should I infer something about address entries based on this
discrepancy?
Thanks,
Jeff ...
|
VBA Optimization
Tue, 25 Nov 2008 11:56:04 -0800
I have the following VBA script that takes a message and places a copy in a
local folder and one in shared folder. It works fine, but it is slow. Is
there something I can do to make it work faster?
I am not really a programmer and pasted this together with help from you all
previously.
Sub W7X80201()
...
|
Mail Merge from vba Outlook using Word Template
Tue, 25 Nov 2008 10:51:01 -0800
Hi all,
I'm trying to establish an email merge from Outlook.
Goal1: I've a e-mail merge template in Word and I would like to create a vba
script (outlook) that will email merge from outlook with the template I've in
Word.
The reason I want the code done in Outlook is that I then bypass the
security al ...
|
Read From A Saved MSG File
Tue, 25 Nov 2008 09:34:01 -0800
I need to open various *.msg files saved into a Project folder, and list them
in an MS-Access form. The form elements are all set, but I cannot find any
example of reading properties from msg files (From, To, etc.). Any ideas? ...
|
|
|
Deleting Mail Items - Code
Tue, 25 Nov 2008 06:26:09 -0800
The following snippet of VBA code (Outlook 2003) is used to selectively
delete mail items from a selected mail folder. where the mail item subject
matches a predefined string (MailSubject). This code works great except it
fails to delete the last item. If there are 10 items matching it will delete
9 but l ...
|
How to detect an email address is used in To box
Mon, 24 Nov 2008 19:35:00 -0800
I would like to be able to auto set options for an email, like digital
signatures and encryption, based on who the email is going to.
How do I start something like this. I am real new to this, but figured VBA
would be the only way to pull off something like this.
Thanks,
Tim
...
|
Getting outlook for the last week
Mon, 24 Nov 2008 18:22:01 -0800
Hello all! Was wondering how I can go about getting all the email out of
outlook for the past 7 days. I have done this, though it takes a long long
time and eventually all my memory gets taken up and the system stops
responding... any idea's? Thanks for your help!
Dim outlookApp As New Outlook.Ap ...
|