Creating a Task in an Personal Outlook Folder
Tue, 9 Dec 2008 19:58:01 -0800
I have personal outlook Mail folder called MyInfo, how can I create a mail
item and store it in the MyInfo Folder. ...
|
Send emails to an access database?
Tue, 9 Dec 2008 19:20:00 -0800
My company recently banned pst files and will only allow emails to be stored
for 90 days (damn those lawyers) in my inbox. I was wondering if anyone had
any ideas how I could go about running a macro and have it save the file into
an access database? the pain i'm having is that when I have several email
me ...
|
Automatically Save Attachment
Tue, 9 Dec 2008 12:26:10 -0800
Dear All,
I would like to know how to automate saving the attachment while I open
email. I have no idea where to start. I plan to write VBA. I do resecrh on
VBA and try to work on SaveAsFile Method, it doesn't work. Please give me
suggestions.
Thanks,
March
...
|
Update Recipient Tracking from VBA
Tue, 9 Dec 2008 12:26:05 -0800
I get lots of meeting replies, so I have a VB routine that scans for postive
meeting replies with no additional notes added, and I move them to a folder
where I can bulk delete them.
My problem is that the response tracking is not updated. It will update if
I open the meeting response manually, but not wit ...
|
Creating a new contact with multiple line address
Tue, 9 Dec 2008 10:04:05 -0800
I am trying to add contacts in outlook from excel who have 3 lines for their
business address. I can parse the city, state and zip from the last line but
am unsure how to add multi line street address.
--
Jason ...
|
Forward email as attachment
Tue, 9 Dec 2008 08:16:01 -0800
Hi,
I need help please.
I would like to write code for outlook 2003 in order to "Forward as
attachment" the selected mail.
Is there a way to do this ?
Thanks all ...
|
Show error message " No Such Interface Supported "
Tue, 9 Dec 2008 01:52:08 -0800
when i add the attachment to new maill,this message to be show.
who can help me to fix it! please ~~ ...
|
|
|
Change Account Server/Port information
Mon, 8 Dec 2008 11:04:09 -0800
using vba, is it possible to switch a specific outlook profile's e-mail
account information ie: incoming/outgoing servers, incoming/outgoing server
ports?
Thank you
QB ...
|
HOW 2 VIEW THE XML SCHEMA OF AN EBC?
Sun, 7 Dec 2008 12:48:01 -0800
A praiseworty MVP "Ken Slovak" sure did present me with an special idea in
respect of changing the layout of a contact card with the following code:
Public Sub ConvertToDesiredBusinessCard()
Dim obj As Object
Dim oFolder As Outlook.MAPIFolder
Dim oContact As Outlook.ContactItem
Dim oModel As ...
|
dynamic text source for RULES and ALERTS reply
Fri, 5 Dec 2008 19:18:00 -0800
I really need some help here (please).
I need a way to create a RULES AND ALERTS reply which gets it's text/body
information from central sources on the network (eg .txt or .html files), so
that when we need to change our office closure dates for Christmas (for eg)
we don't need to update every profile sepa ...
|