outlook macro
Fri, 5 Sep 2008 15:48:33 +0200
Dear All,
as you can see, this is an instruction to save a .CSV file from an excel
file, but this conversion keep 2 decimal places only, so my question is how
can I get 4 decimal places?
instruction is
If iUno <> 0 And iDue <> 0 Then
Set objExcel = CreateObject("Excel.Appli ...
|
How to attack the problem with activeX configuration, when vba programming in Office and Automate software.
Thu, 4 Sep 2008 15:17:49 +0800
Dear all,
Firstly put some words on Automate. It's a great automation platform, which
supports vba coding. You can refer the web site
http://www.networkautomation.com/automate/automate6/ for more informations.
I recently wrote vba code for the automate task, that takes some operations
on xls files.
Whe ...
|
not found PR_SENDER_NAME
Tue, 2 Sep 2008 08:27:58 -0700 (PDT)
I'm using MAPI wrapper (MAPI33) and I'm trying to get PR_SENDER_NAME.
On a specific setup I get 'NotFound' (which I guess is
MAPI_E_NOT_FOUND) when I'm trying to get PR_SENDER_NAME.
The specific setup: Outlook with Exchange server. Connected without
cache file (ost).
I saw a previous mail talking about a si ...
|
FilesInUse with Visual Studio deployment project
Tue, 2 Sep 2008 05:29:54 -0700 (PDT)
Hi!
I have to create msi for some Outlook Addin in Visual Studio
deployment project.
For installing addin i should check if Outlook is running and if the
answer is positive - show FilesInUse dialog.
How can i do checking Outlook process and adding this dialog?
There http://msdn.microsoft.com/en-us/libr ...
|
Adding the users to distribution list in GAL from Outlook 2007
Mon, 1 Sep 2008 23:52:01 -0700
Hi All,
Is it possible to add the users into the distribution list in GAL from
outlook 2007.
I have tried to use the below function but did not understand the parameters
needs to be paased.
myRecipient.AddressEntry.Members.Add(..... )
Here myRecipient is the recipient which refers to the Distributio ...
|
Save multiple items in selection
Fri, 29 Aug 2008 00:30:43 -0700 (PDT)
Dear all,
I made an outlook (2003) macro to export selected mails. It works
fine.
I now want to mark the exported mails by either put 'EXPORTED:' in
front of the subject or mark the mail as 'complete' or color the
subject line.
The last option is not possible I found out.
The first and second option w ...
|
Business Card.
Thu, 28 Aug 2008 21:53:48 -0400
I asked this question in the Microsoft Access Formcoding newsgroup, and
they steered me here.
Okay, I'm using Access 2003, and Outlook 2007. This code works very well
for my purposes, but if it were to be perfect, I would need to know how to
add the currentuser's business card to the end of the email. I ...
|
|
|
Attaching events to the folder in Outlook 2007
Thu, 28 Aug 2008 03:20:01 -0700
Hi All,
I have attached 2 events to a folder present inside InBox ie ItemAdd and
Before folder Move . The event gets fired initially. But once the outlook
synchronizes with the exchange server, the events do not get fired.
I do not want my custom folder to be synchronized with exchange server as it
is u ...
|
Access Signatures in Outlook 2007 using C#
Wed, 27 Aug 2008 02:22:02 -0700
Hi All,
Can anybody please provide me the C# code to access the Signatures stored in
Outlook 2007. I have tried to accessing the stored signatures but did not
find any success. I have used below code
Outlook.Inspector objInsp;
Word.Document objDoc;
objInsp = Application.ActiveInspector();
mailItem ...
|
Send an Outlook Task Request with a runnable script when accept is clicked...
Tue, 26 Aug 2008 10:49:17 +0530
Hi,
I'm using OOM to send an Task Request. I want to attach some VB script along
with it so that when user accepts it will prompt and create corresponding
calendar event etc. in his outlook.
Is this possible?
NB: I don't want to use the Outlook Add-in functionality as I don't want the
user to download an ...
|