In <pan.2003.06.29.16.26.51.597128@yahoo.com>, Himanshu Gohel wrote:
> Outlook 2000 SP3 on Windows 2000 Pro SP4.
>
> I had a couple of macros running for the longest time, and now they both
> crash Outlook 2000, but I don't know since when because I haven't used
> them in a while. So I upgraded to Windows 2000 Pro SP4 (from
> SP3) and also upgraded Outlook 2000 from SR1 to SP3 to see
I am trying to use VBA to move email based on a few rules
(and I want more than I can get from the "rules wizard")
but on some messages I get the following error message
(twice for the same message):
"The custom form could not be opened. Outlook will use an
Outlook form instead"
Here is the VBA code:
Private Sub InternalProcessFolder(TargetFolder)
Dim Item As Object
I created a custom form in Outlook 2000, how can i
distribute it to our customers?
Thanks.
Interesting. My bet is Outlook also adds the contact to the autocomplete
list, which is stored as a file AFAIK.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Darren Kennedy" <darren@electricmail.com> wrote in message
news:037501c33f55$7e502ee0$a501280a@phx.gbl...
> Yes I did. There were only 3 fields that changed at all.
>
I want to distribute some of my actions, such as when to hide certain
buttons on the Menu Bar in the explorer, to a click/Focus event.
I really need some help with this so it would have been great if you
could help me ?:-)
O-
I am new to outlook programming, I am attempting to develop a way to filter
new message that contain a blank subject line. Any help would be great.
Thanks
ASP code attempts to create an appointment in the logged on user's
calendar.
All usernames and Exchange 5.5 aliases are equal. If outlook is open on
the
client and the code is executed, an appointment is added for that user.
However, if Outlook is not running and we attempt to add a calendar
appointment, nothing happens and I do not get any error messages. Any
ideas
would be
It looks to me that the script isn't running since there is no MessageBox.
When I'm in Outlook XP I'll push Alt F11. In Modules I have Module1 where I
added the script.
After this I saved it. I hope this is alright, or have I to do something
else to valid the script.
In the Rule Wizard I started a blanc rules for incomming mail testing the
object for 'Test' and excute the script 'Project1.
I am coding for the first time using the Outlook object
model. I have used VBA in Excel and Access before, so I
do have some experience. So I need to loop through the
emails in my Inbox and look for the email to have an
attachment named "email Query.xls". I'm sure there is an
easy way to do this. I am coding from within Outlook.
Any help is welcome.
Hi
I'm looking for advise on a a correspondence log I wish to
create using both Outlook and Access. My current thinking
is to use Access to assign a unique identifying number to
the messages, but keeping the majority of the information
store as fields in the e-mail message.
The correspondence log needs to be accessed by multiple
users, and so I need to decide where I'm going to
Any good book for ATL COM/C++ programmer? I'm new to Exchange,
Outlook, MAPI, CDO programming. I know there is a book from Sue
Mosher, but is it only available in VB?
Thank you,
jenny
"Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message
news:<#rTlyLpNDHA.2512@TK2MSFTNGP10.phx.gbl>...
> I'd recommend one of Randy Byrne's Building Applications with
> Microsoft
Hello,
Can someone check if the following feature table is correct.
I should build a project with the following features, but as you can see not all of
them are possible. So I must double check before saying to my customer "it can't be
done". Please do complete the information if you feel the one I gave is incomplete.
The idea is to "connect" , in anyway, to outlook and outlook
...from a specific e-mail account using a command button on the toolbar. Is
this possible using VBA?
Pete
1. Move is a function, not a sub - after calling Move, all references to the
old message must be immediately discarded:
set objOlItem = objOlItem.Move(objFolder)
2. OOM always changes ReceivedTime no matter what you do, I could not find
any workarounds. You might want to use Redemption.MAPIUtils object to call
MAPIUtils.getItemFromID() or Redemption.SafeMAPIFolder object.
Dmitry
Hi, I'm relatively new to outlook programming as I've had no real need for
it until now. What I need to do is make it so that my co-worker can save
all of her emails as .rtf emails. She's using outlook 2000. I found some
code at http://www.slipstick.com/dev/code/zaphtml.htm that allowed me to do
that for items in her inbox. The other place she needs to be able to do
this from, though,
Am trying to create a pop-up calendar just like the one
used in the Start & End Dates for Outlook Appointment
Items. I read somewhere that this can be done by using
Calendar Control 9.0 or DateTimePicker Control. Any idea
where I can find these?
I tried finding them in Outlook2000, VB6 and Access2000
but can only find Calendar Control 8.0. This version,
however, cannot support
Here's the scenario:
- preview is turned off
- a message header is selected (in Inbox)
- display the message (in plain text) within a new popup window
Basically, I turned preview off because I was getting zillions of web bugs,
and some of the junk mail is so well-crafted that I can't tell if it's
legitimate. So, currently I save suspect emails to a text file and look at
them with a
Hi,
Can I export all folders to a pst file using VB? What functions do I need?
Thanks.
I would like to hide a custom action until the user clicks
on a custom field in my form. Basically I don't want them
to be able to send a form until they have checked a
checkbox to say they have completed a task.
Is this possible?
Thanks.
I want to create a custom meeting form and since it isn't
possible to customize the standard pages, I need to re-
create some of those fields. Specifically, how can I get
my own Start Time field to show the calendar in the
dropdown list? There must be a function already that is
called from the value field or something like that?
Hi Ya'll
I'm pretty unfamailiar with what can be done with OutlookVBA so I
thought to present this to the group...
A close friend of mine recently was hired by a trucking company as an
associate truck broker. I'm not going to bore ya with a complicated
education of the fine points of the transportation industry, but need a
little direction, perhaps an "it can't bedone" or maybe a
Hi,
When we click on Contacts folder in the outlook 2000 we
can see the list of contacts with the information like
address,Phone nos, Birth day etc. We have a program which
imports contacts from SQL server database. We need to
specify an image (Icon) for these contacts in the View.
How can an Icon can be shown along with the display fields
of outlook contacts. There is a contact
Hi everyone ,
how do I create a .MSG file from a Outlook._MailItem object ??
can anyone give me any lead ?
(in C# of course )
Thanks alot
Inon
Hi,
Look at the Logon method of the Namespace object.
Of course the profile would have to exist on the machine that the
code is running on.
HTH
Dan Artuso, Access MVP
"Lobo" <lobo@smokin.net> wrote in message
news:08ff01c33bc0$b8b560c0$a601280a@phx.gbl...
> I'm developing an Access aplication that sends out mail
> with attachments to 100's of different email addresses.
> I am able
Is it possible to trigger a program or a script when a reminder's time
arrives?
Thanks
Gz