Home All Groups Group Topic Archive Search About

Outlook - outlook.vba

microsoft.public.office.developer.outlook.vba
Score Redemption MAPITable Question
Patrick Pirtle - 16 Nov 2007 5:38 PM - 9 messages
Well, this seems like it should be simple.  So, I assume I'm overlooking something small. Here's my code: Public Sub TestMapiTable()     Dim oRecordset As Object     Dim oTable As Object     Set oTable = CreateObject("Redemption.MAPITable") ...
Score Retrieving 'Alias' field value using Outlook 2003 VBA
Ajith - 15 Nov 2007 6:18 PM - 5 messages
Hello, I am trying to retrieve an AddressEntry object from an AddressEntries collection by passing the value in the 'Alias' field on the Address Property window - using Outlook 2003 & VBA. I could retrieve the AddressEntry object by passing the Display Name value as follows: ...
Score redemption SAfeMailItem.Send - what are error return codes?
gurzuf - 14 Nov 2007 1:17 AM - 2 messages
Hi, I'm trying to find out what are return error codes for the Redemption SafeMailItem Send method - I'd like to have something like : result = SafeMailItem.Send and then to inform user about cause of the error. TIA ...
Score Need help searching for "\\192" in body of new email
mikedavid00 - 13 Nov 2007 7:41 PM - 5 messages
Hi, It's rare I post for help without thoroughly searching, but I can't seem to find anything on this. We get automated email pointing to a network share for a file that is accessed by everyone. However, we need to copy it over to our local ...
Score Connecting to Exchange using .Net
DavidE - 13 Nov 2007 1:41 PM - 5 messages
Hi, I try to connect to Exchange server using MAPI. I need to access a special user inbox and read all his new mails. The code I wrote work good, but I get my inbox instead of the user I need. ...
Score Run a job in a COM-interface when email i sent from Outlook
aEva - 13 Nov 2007 9:26 AM - 2 messages
I have never made code with Outlook before. But I need to run a job in a COM interface when an email i sent i Outlook. (It is the COM-interface for Dynamics AX - I want to run a job in Dynamics ...
Score Outlook fdm Form
Marius - 11 Nov 2007 12:59 AM - 3 messages
Hello, How can I installing with VB or VBA an *.fdm Outlook Formular? An *.oft maks no problems. Sincerely, Marius ...
Next »