Allow outlook to store dublicate contact values
Sat, 26 Jan 2008 14:34:37 -0800 (PST)
Hello,
I'm using OL2003, AC97, WinXP
From Access I'wolud like to store contacts in a new Outlook contact
folder "Ramigos".
At first I store FirstName, LastName, Title etc...
Set myitem = myRAMFolder.Items.Add
If Len(Trim(Nz([Anrede]))) <> 0 Then
.T ...
|
Newbie "save post item as .." Can't get it to work.
Thu, 24 Jan 2008 09:02:03 -0800
I can't get this macro to work. i'm trying to save the email item that is open
to a file. I'm trying two alternatives, i.e., save to .txt and save to .html
Nothing gets saved, when I use the code line below ("objItem.SaveAs strname
& ".txt", olTXT") and I input "e:\Harvey" to the inputbox.
But when I use t ...
|
Outlook VBA advice
Wed, 23 Jan 2008 14:13:11 -0800 (PST)
I'm new to VBA and was wondering if anyone could give me any pointers
on how I could speed up the following script for Outlook. It seems to
run extremely slowly, expecially if there are a number of mail items
selected....
* * * * *
Option Explicit
Sub TrashMail()
Dim ImapRoot As MAPIFolder: ...
|
Error 3170 Can not find installable ISAM
Tue, 22 Jan 2008 17:03:12 -0800
hello i have installed a program that was made in visual basic 6.0 that
utilizes MS access 2003 . however, when i try to save or view the data (which
it calls up the MSaccess file which it saves to), I get the error
Error 3170: Can not find installable ISAM
and when i hit debug it goes to this line of code:
...
|
couldn't find installable ISAM
Mon, 21 Jan 2008 06:55:01 -0800
HI, am new here , i have a program written in vb6 when i try to run the
program its giving me the following error :
run time error 3170
couldn't find installable ISAM
KNowing that I have microsoft windows XP professional version 2002 service
pack 2
data base is access 2003
how can i solve this proble ...
|
Forever
Sun, 20 Jan 2008 12:48:43 -0800
...
|
MAPIReadMail and MapiFileDesc problem
Fri, 18 Jan 2008 11:01:44 +0100
Hello!
I have a following problem:
While I call MAPIReadMail with a parameter MapiPeek MAPI32 saves attachments
into temporary directory and creates structures MapiFileDesc:
public class MapiFileDesc
{
public int reserved;
public int flags;
public int position;
public string path;
public string name; ...
|
|
|
Get the Current Mail that is being viewed in Outlook 2007
Wed, 16 Jan 2008 03:59:01 -0800
I have used the msoutl.olb api to get the Application and am able to create
and send mails .... I wanted to know how to access the Current Mail that is
being viewed in Outlook2007??? ...
|
Working with appointments - parameter not found
Wed, 16 Jan 2008 11:12:36 +0100
Hi.
[Outlook 2003 - SP2]
I create a new appointment with this code:
Dim AI As AppointmentItem
Set AI = ThisOutlookSession.CreateItem(olAppointmentItem)
Subject, body, start, duration,... can be set very easily
A manualy new appointment also includes a field called "Label" where
color-settings can b ...
|
actuall what i want to do
Tue, 15 Jan 2008 07:09:04 -0800
hello everyone,
iam sending a header ("X-context-id",http://www.microsoft.com) from a grails
application with my email.so when i receive my email i have to read this
header line and when i click the addin which i created then it should display
the link nearer to the subject field.so that if the user click i ...
|