Get an email from outlook using selection items
Thu, 11 May 2006 07:32:02 -0700
Get an email from outlook using selection items
--
To get an email from outlook I use the following code below. But this way I
can have different items in the selection (for example, could be an
EmailItem, ContactItem, NoteItem, …).
How can I know of witch type is the item?
Tks,
Rui
Dim lcl_ ...
|
Cannot save the attachment from an email in a Public Folder
Thu, 11 May 2006 03:22:01 -0700
Cannot save the attachment from an email in a Public Folder
--
I am saving attachment from an email using the following code:
For Each lcl_myOlAtch In
icl_oApplication.ActiveExplorer.Selection.Item(i).Attachments
ls_fileCompletePath = ls_tempDir & "\" & lcl_myOlAtch.FileName
lcl_myOl ...
|
autofilling access database from outlook
Wed, 10 May 2006 07:29:01 -0700
I have an email based helpdesk, and I want to create a button that will open
my access database and enter the contents of the current e-mail into a
textbox. Can anyone help? ...
|
Script in Outlook
Wed, 10 May 2006 14:44:45 +0100
I am new to scripting and trying to set a script up in Outlook that will
email a person(s) whenever an email arrives saying check the mailbox... I
was trying to get Outlook Rules Wizard to use the script option but it comes
up blank. I have entered the following code in Microsoft Visual basic in
Outlook un ...
|
Folder home page, window.open( ) and session state problems
Tue, 9 May 2006 12:37:01 -0700
I'm trying to set the home page of a series of Outlook folders to web pages
that are coming from one of our Intranet web applications.
It appears that if the page being viewed inside Outlook opens another web
page in a new browser window using window.open(newURL) the session state is
NOT being maintained ...
|
Setting Public Folders for Offline use in Outlook 2003
Mon, 8 May 2006 18:52:01 -0700
I am stuck. I have posted this before and I'm looking for any answer that I
can find.
I'm using the Inappfoldersyncobject property to set folders offline. This
works for the folder tree in my Mailbox so that all the folders and its
subfolders can be set offline.
When I try this on my public folder\fa ...
|
Problems with Restrict method
Mon, 8 May 2006 17:58:01 -0700
Greetings:
I'm automating from Excel 2003 to Outlook 2003 and can't seem to get the
subject of the items I want to delete. Here's the code I've been using:
Private Sub GetOtherUsersCalendar()
Dim objOutlook As Outlook.Application
Dim objNameSpace As Outlook.Namespace
Dim objFolder As Outlook.MAPIFolder ...
|
|
|
Searchin for whole words only
Fri, 5 May 2006 08:11:02 -0700
Hello all,
I have been tryin to work out away that will allow me to search for whole
words only in Outlook 2003, i.e. If i specify "Hell" i dont want it to find
"Hello".
I have read that if you put a space before and after the word it should do
as is required but this does not seem to work for me, has ...
|
How to use contact categories for bulk email
Fri, 5 May 2006 05:24:01 -0700
I manage my contacts using categories. I can grab the category heading, drag
it to the inbox where it creates a new email with all the contacts listed in
the "TO".
I would like to send each contat their own email - same subject and body,
however one contact name on the TO line - the name of the contact ( ...
|
automation of msg plain text extraction
Wed, 3 May 2006 01:13:01 -0700
We are looking for a solution where we can automate the extraction of the
content of an msg file into a plain text file.
Is there a possibility to use vbscript for this task? or do we need a vb.net
application to automate this process?
We are also interested in analzing the bytestream of the msg file to ...
|