Changing the 'Mark item as read when selection changes' at runtime
Hi,
Outlook version 2007
VS2008
Using VSTO and Redemption
I need to change the following settings at runtime
Mark items as read when viewed in the Reading Pane
Wait [ ] seconds before marking the item as read.
Mark item as read when selection changes.
All the above settings are on a form found here:
Tools --> Options --> Other --> Reading Pane
The registry settings are stored in
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Preferences]
I know how to change the registry settings but I don't know to re-load these
settings again without closing outlo
|
6/3/2010 3:38:02 PM
|
1
|
=?Utf-8?B?TmFiaWw=?= <Na...@discussions.microsoft.com>
|
|
|
Save Current email in Directory.
Hi all,
Brand brand new to VBA coding. Fully fledgling newbee in the ranks!
Hoping for a little help.
My final aim is to have a button and a drop-down box in a custom
toolbar. The dropdown box will offer a number of local directories and
the button will execute a save script which saves the email (with any
attachments) in the directory currently selected in the drop-down box.
This will ideally work with the email open in the preview pane as
opposed to having to double click each message before saving it.
I'm sure this is a big job so I'l attack it one section at a time.
I
|
6/2/2010 10:46:34 AM
|
1
|
DomV <DomV.64c2...@outlookbanter.com>
|
JUST DO IT
HI THIS IS KAJAL AGARWAL:-
WE WRTEN ABOUT FOR UK GIRLS
CONTENT. THERE PEOPLE ARE CULTURE
AND THAT CITY STATUS ALL ABOUT.
PLEASE VISIT FOR http://ukgirlsbody.blogspot.com
PLAY CAR RACE GAMES AND FREE
DOWNLOAD
AND ENJOY YOUR MIND FRESH.
FOR FUL DETAILS
VISIT http://andhraonlinegames.blogspot.com
|
6/2/2010 9:14:38 AM
|
0
|
KAJOL <uknew...@gmail.com>
|
Send All emails in Outbox and Quit using VBA
Hi,
I have MS Access creating emails objects in Outlook using a macro. I want to
send them all and close outlook after.
1-Open Outlook
2-Send all emails in the outbox folder
3-Close Outlook
How can I achieve it using VBA? Using command buttons does not seem to work
since my Outlook is in French,
I'm using Outlook 2003 SP3.
Thank You
Stephane
|
5/31/2010 7:57:01 PM
|
3
|
=?Utf-8?B?U3RlcGhfY2Fub2U=?= <Stephca...@discussions.microsoft.com>
|
Email parser & extractor for Outlook
eMail-Lead Grabber Business is an email extractor that enables you to
extract web forms from Microsoft Outlook, Outlook Express and
automatically transfers the form details to your database.
eMail-Lead Grabber Business enables you to quickly convert emails to
ACT! Database. It also supports other databases such as Excel
spreadsheet ,Text file, GoldMine,Outlook, Access and more.
http://www.egrabber.com/wrgbiz/
|
5/31/2010 12:04:08 PM
|
0
|
Dhan <dhan...@gmail.com>
|
you can delete the email message just sent?
I would delete the message after sending. What is the code to do so?
Thanks
|
5/31/2010 5:48:21 AM
|
2
|
"Drago" <V_IsAaMb...@UlSiCbOeLrEo.it>
|
CAR RACE GAMES FREE DOWNLOAD
PLAY CAR RACE GAMES AND FREE
DOWNLOAD
AND ENJOY YOUR MIND FRESH.
FOR FUL DETAILS
VISIT http://andhraonlinegames.blogspot.com
|
5/31/2010 3:22:39 AM
|
0
|
KAJOL MANISHA <texaspes...@gmail.com>
|
outlook ComAddin deactivated
Hello,
I have developped a ComAddin for olk2003 in VB6.
the ComAddin is activated each time Outlook starts.
For many days, the comaddin works fine, but sometimes for a unknown reason,
it is deactivated (found in outlook 'deactivated component' ).
I have handled all errors inside my Comaddin , so i cannot understand why i
could be deactivated.
Is there a solution to keep the comaddin always activated ?
Thanks in advance.
|
5/28/2010 4:57:10 AM
|
1
|
"yves pion" <hotl...@socetem.fr>
|
Start my Outlook from a server
I have a database that generates an email for sending out orders. The
database was originally located on my computer and worked just fine. It has
now been moved to a server. The CreateObject("Outlook.application") in the
VB code of the database opens Outlook on the server. Is there any way to
make it open Outlook on the computer of whoever is accessing the database?
Thanks.
|
5/27/2010 11:43:01 PM
|
1
|
=?Utf-8?B?TmFuIEhhdXNlcg==?= <NanHau...@discussions.microsoft.com>
|
can you do this with Outlook?
Is there a way to add an email address to Outlook so that it NEVER
sends a message to that email address?
So if someone says "unsubscribe" can I "blacklist" them and never send
to them again.
It sound simple but I can see a good way to do it...
Thanks
Dan
|
5/27/2010 9:19:51 PM
|
1
|
RBR <dan.garri...@gmail.com>
|
Saving Emails as Messages Problems with Access Data Collection et
Ok Community,
Ken helped me get 97% of the emails saved as ".msg" format outside of
Outlook. However, due to the nautre of what I am copying, I truly need 100%
saved. One of the problems I have identified are Access Data Collections.
Some have a messageclass of IPM.InfoPath.Form.InfoPath and others are
IPM.Note. The difference are whether or not the forms were sent via the HTML
option in Access or as an InfoPath form. The source doesn't matter because
if it is in the mail folder, it must be copied.
Another problem I noted, is that even though the code tells it to, it d
|
5/27/2010 9:13:47 PM
|
1
|
=?Utf-8?B?Q2hyaXM=?= <Ch...@discussions.microsoft.com>
|
how to save incoming mail in TRUE csv format
I have a script in Outlook 2007 that automatically saves incoming emails to a
folder as a txt. Simply changing my code to olCSV does not comma separate the
values. How can i convert this to a csv format? Is it possible?
Obviously I'm a real newbie. Thanks in Advance or all/any help!
here's my code:
Sub saveemail(myItem As Outlook.MailItem)
myItem.SaveAs "c:\mail\" & myItem.Subject & ".txt", olTXT
End Sub
Matt
|
5/27/2010 9:03:20 PM
|
1
|
=?Utf-8?B?TWF0dA==?= <M...@discussions.microsoft.com>
|
UserForm and ordering variables
I need help with ordering an set of variables (strSend,strSubj,StrTime) and
keeping them in that order. I use a userform to allow the user to select one
of the ten formats and assign the order to the variable FileNameFormat
(FileNameFormat = strTime & "_" & strSend & "_" & strSubj). The problem is
that the FileNameFormat takes the values of the variables once and will not
update with the new data as the loop is run (NewFileName = FileNameFormat &
".msg"). Is there a way to store the order of variables in another variable
to be able to assign the values of those stored variable
|
5/27/2010 8:20:41 PM
|
3
|
=?Utf-8?B?Q2hyaXM=?= <Ch...@discussions.microsoft.com>
|
VBA window keeps opening
Outlook 2007
I created quite a few macros that will open some e-mail templates. They are
in a menu on the Menu bar. The problem is when I leave my computer and come
back, the VBA window is open. It is simple enough to close it, but why does
it keep popping open? Any suggestions to stop it from opening would be
appreciated.
Thanks,
--
Amy
|
5/27/2010 8:08:59 PM
|
0
|
=?Utf-8?B?QW15?= <...@discussions.microsoft.com>
|
Populate an Outlook 2007 template with spreadsheet data.
I need some basic advice about whether this is at all possible, and if
so, what it would entail.
I have a form, it spits data to a spreadsheet. (Currently both are
hosted on the web, but could both be hosted on local servers.)
I'd like an Outlook template to automagically populate with specific
data from the spreadsheet. I'd want to be able to do this once a week
with the new information submitted to the spreadsheet.
E.G.
Spreadsheet data:
1. John Accounting I love accounting
2. Sam Warehouse Betty has a new dog
3. Skip Operations I prefer tea, not cof
|
5/26/2010 7:12:00 PM
|
1
|
Gwendolyn3883 <Gwendolyn3883.4bl...@outlookforums.invalid>
|
item_send event
Hi,
There is a little problem with Item_send event in OL2003.
Supose you have this code in your vba project :
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
msgbox "Hello"
end sub
You are expected to see "ok" every time you send a email. This code runs
fine when you compose a new mail directly with outlook.
Now, send a file via "Send to -> recipient" : open explorer file. With the
mouse, right-clic on a file and select : "Send to -> recipient"
A new message appears with you file attached. But If you send it, you do not
see "Hello" : Applicat
|
5/26/2010 6:22:49 AM
|
4
|
"Gilles LEBRET" <gleb...@a2.socetem.fr>
|
Virheilmoitus Outlookia avatessa, kieli SF
Kun yritän avata Office Oulookin niin tulee virheilmoitus: " Microsoft office
outlookia ei voi käynnistää. Outlook-ikkunan avaaminen ei onnistu. Kyseessä
on Win7 Home Premium. Tuotteen nro: 81608-957-8450981-65315. Olen
epätoivoisesti etsinyt apua... mistä saan sitä
|
5/25/2010 1:07:00 PM
|
0
|
=?Utf-8?B?SmFhcmlz?= <Jaa...@discussions.microsoft.com>
|
userform combobox
Hi, using Outlook 2007. I have a simple userform that only has a combobox.
The problem is that I cannot enter a value and cannot select an item from the
list.
Enable=true
Locked=false
I don't know if this is a red herring... the multi-column combobox is loaded
using data from sql2005
Do Until rsClient.EOF
cboClientList.AddItem
For columnIndex = 0 To fieldCount
cboClientList.List(rowIndex, columnIndex) =
rsClient.Fields(columnIndex) & ""
Next columnIndex
rsClient.MoveNext
rowIndex = rowIndex + 1
Loop
The com
|
5/24/2010 11:51:01 PM
|
1
|
=?Utf-8?B?Sm9uYXRoYW4=?= <Jonat...@discussions.microsoft.com>
|
Exchange Client Extensions in Outlook 2010?
All other versions of Outlook enable customization via the ability to manage
various add-in's thru Exchange Client Extensions. Is this gone or different
in Outlook 2010?
|
5/24/2010 5:59:01 PM
|
1
|
=?Utf-8?B?Q2hhcmxpZUQ=?= <Charl...@discussions.microsoft.com>
|
Contact Email address format
Hi!
I'm trying to programmatically access the my contacts from outlook, which I
did using the following code:
var outlookApplication = new ApplicationClass();
NameSpace mapiNamespace = outlookApplication.GetNamespace("MAPI");
MAPIFolder searchFolder =
mapiNamespace.GetDefaultFolder(OlDefaultFolders.olFolderContacts);
The problem is that any email address (Email1Address) retrieved which is
connected to the same local Microsoft exchange server is retrieved in the
following format:
/o=First Organization/ou=Exchange Administrative Group
(FYDIBHDO23SPDLT)/cn=Recipients/cn
|
5/24/2010 1:37:49 PM
|
3
|
"JohnLee" <george.ga...@wrocklage.de>
|
create new mail item from current item
Greetings,
How can I create a new mail item from the active inspector current item?
Thank you,
|
5/23/2010 8:24:17 AM
|
4
|
lindstrom <u...@msgroups.net/>
|
Appointments 'collapsing'
Hello! I hope someone can help me understand how Outlook 'collapses' two
appointments into one. Below is the scenario
1. I send an email from GMail with an embedded meeting invitation.
2. Outlook receives 2 messages (that's what I see in the Inbox). Don't know
why two - whether that's how GMail sends it or the way Outlook interprets the
invitation.
3. Calendar gets a 'shadow' item corresponding to the meeting
4. I accept both items in the inbox.
5. Calendar's 'shadow' item becomes normal.
In effect what happened, the two items from the Inbox collapsed into single
item in the
|
5/23/2010 6:10:01 AM
|
1
|
=?Utf-8?B?c2FzaGE=?= <sa...@discussions.microsoft.com>
|
combobox list in userform
Hi
How do I compile the list for a combobox? Where do I put it?
--
robzrob
|
5/22/2010 4:13:01 PM
|
1
|
=?Utf-8?B?cm9ienJvYg==?= <robz...@discussions.microsoft.com>
|
Save incoming Email as .html file with name of subject line
Hello all!
I am using the below code to save all incoming emails as an XML file. The
problem is that a new incoming email overwrites the previous one. What I'd
like to do is name the XML file as the subject line of the incoming email.
Would someone please help me?
Sub saveemail(myItem As Outlook.MailItem)
myItem.SaveAs "c:\mail\test.XML", olXML
End Sub
Matt
|
5/22/2010 1:00:01 PM
|
3
|
=?Utf-8?B?TWF0dA==?= <M...@discussions.microsoft.com>
|
Scanning E-mail for Certain words & changing the background
Hello,
I have been asked to write a macro for Outlook that will scan an e-mail for
select words such as Voluntary, Surrender, etc. and then change the
background (highlight) those words found in an e-mail. I have used VBA in
Excel and Access but not in Outlook.
I looked through all 43 pages on the site and could not find a post to help.
Probably looked right past several.
Anyway, any help would be appreciated.
thanks,
--
rhutch
|
5/21/2010 8:50:01 PM
|
3
|
=?Utf-8?B?Umh1dGNo?= <Rhu...@discussions.microsoft.com>
|
add a date without holidays
Hi friends,
I have a problem, in a macro I need to calculate a date adding working days
only.
This add not include saturday / sundays and holidays.
For example:
21/5 + 6 days = 31/5
How i can to do ?
Thanks in advance and sorry by my english,
Christian
|
5/21/2010 6:30:01 PM
|
2
|
=?Utf-8?B?Q2hyaXN0aWFuIFc=?= <Christi...@discussions.microsoft.com>
|
Outlook Version
I'm trying to get the version information that's displayed in Outlook Help
programmatically. On my machine, I see
(12.0.6514.5000) SP1 MSO (12.0.6529.5000)
When I use Application.Version, I get
12.0.0.6514
How do I get all of this info programmatically?
Thanks,
Barb Reinhardt
|
5/21/2010 12:55:01 PM
|
1
|
=?Utf-8?B?QmFyYiBSZWluaGFyZHQ=?= <BarbReinha...@discussions.microsoft.com>
|
Mail is received in Plain text even formatted and sent in HTML
Hi,
MS Outlook is automated to send out an email in HTML but when the email is
received from MS Outlook it is in plain text.
The email in Sent items is in HTML format.
If an email is created from MS Outlook itself(not programmetically) in HTML
and sent, when received it is in HTML format.
Following is the configuration of this computer
- Windows 2003 enterprise edition x64
- MS Outlook 2007 with excahnge server
- Logged on to the server using a Cirtix session
- Default email application of Windows is set to MS Outlook
In a Windows 2003 standard edition x64, with MS Outlook 2
|
5/21/2010 5:02:59 AM
|
1
|
"DPM" <...@bb.cc>
|
URL in an email
Hi,
3rd line of my email has a URL/Hyperlink to a pdf file... I would like to
open this URL/PDF and run OCR on it and upon existance of certain words move
the email to diffrent email box... I know OCR has to be handled by Adobe PDF,
but any idea how this can be done?
Regards,
Jeff Paarsa
|
5/20/2010 9:28:02 PM
|
1
|
=?Utf-8?B?Q29tcGlsZSBlcnJvcjogVXNlci1kZWZpbmVkIHR5cGUgbm90IGRlZg==?= <CompileerrorUserdefinedtypenot
|
Move Sent Email to archival pst folder and mark as read - HOW TO
Hello,
MS OUTLOOK 2003 on XP PRO
Awhile ago I was looking for how to do this and it was irritating me that it
was so hard to get a straight answer on how to pull this routine together.
So I thought I'd post sample code here to let everyone now how to do this
VERY simple thing.
Note: Occassionally, this thing de-initializes and won't trigger. If that
happens your email goes to your sent mail folder on the server side same as
always. No biggie, just close and re-open outlook to re-initialize or
manually run through the sub Application_Startup in the ThisOutlookSession
obje
|
5/20/2010 7:57:01 PM
|
2
|
=?Utf-8?B?Qmx1ZVdvbHZlcmluZQ==?= <BlueWolver...@discussions.microsoft.com>
|
Forward Email and Insert Sender's Email address in body
With the help of this awesome site, I've created the following code. The
only part which I can't figure out is how to insert the email address of the
sender in the
"Senders Email Address Here" area.
Sub Whitelist()
On Error Resume Next
Set ThisItem = Application.ActiveInspector.CurrentItem
Set fwdItem = ThisItem.Forward
fwdItem.To = "lmueller@company.com"
fwdItem.subject = "Whitelist"
fwdItem.HTMLBody = "<p>Please whitelist the following:</p><p></p>" &
vbCrLf & _
"Senders Email Address Here" & _
vbCrLf & fwdItem.HTMLBody
fwdItem.Send
End S
|
5/20/2010 1:47:01 PM
|
3
|
=?Utf-8?B?TERNdWVsbGVy?= <LDMuel...@discussions.microsoft.com>
|
Forward Email to include Senders email address in the body
With the help of what I've found at this wonderful site I created the
following code which works well.
The only part I'm missing which I can't seem to figure out is how I can
include the email address of the original sender the message.
I want the ending result to be like this...
Please whitelist the following
"Email Address of original sender"
Original email
Here's my code. I'm just missing the "Email Address of original Sender" part.
Sub Whitelist()
On Error Resume Next
Set ThisItem = Application.ActiveInspector.CurrentItem
Set FwdItem = ThisItem
|
5/20/2010 12:21:01 PM
|
0
|
=?Utf-8?B?TERNdWVsbGVy?= <LDMuel...@discussions.microsoft.com>
|
VBA coding
I need to mail a reminder twice a day at intervals.this i have done as long
as my excel is open and the code which i had put in the code module,
Public RunWhen As Double
Public Const cRunIntervalhour = 5
Public Const cRunWhat = "mycode" ' the name of the procedure to run
Sub StartTimer()
RunWhen = Now + TimeSerial(cRunIntervalhour, 0, 0)
Application.OnTime EarliestTime:=RunWhen, Procedure:=cRunWhat, _
Schedule:=True
End Sub
Sub mycode()
Dim OutApp As Object
Dim OutMail As Object
Set OutApp = CreateObject("Outlook.Application")
OutApp.Session.Logon
|
5/20/2010 12:03:01 PM
|
3
|
=?Utf-8?B?bXdhbmc=?= <mw...@discussions.microsoft.com>
|
macro to include email signature
I have attached the following code to a button on the quick access bar
in Outlook. It does all I want except that "body text" erases my
default signature. Is there some additional code I could include that
would complete the email with my default signature? The default
signature uses various fonts sizes and colours. Thanks for any help.
Sub inspector()
Dim myOlApp As New Outlook.Application
Dim myItem As Object
Dim myAttachments As Outlook.Attachments
Set myItem = myOlApp.ActiveInspector.currentitem
Set myAttachments = myItem.Attachments
myItem.Subject = "Status Report"
myIte
|
5/20/2010 11:04:45 AM
|
4
|
steve sharpe <steve.sharpe.63b0...@outlookbanter.com>
|
bing map
So my 2003 has a button on each contact that will open a web page of a
bing map of this address. would it be possible to see all my contacts
on one map? obviously yes but could I write a macro of this?
or has anyone already done so?
|
5/19/2010 9:04:05 PM
|
2
|
cinnamngrl <cinnamn...@gmail.com>
|
ItemAdd event not functioning - not triggering.
Hello,
MS OUTLOOK 2003 on XP PRO.
What I'm trying to do:
I want to take every email I send, move it to a PST folder, and mark as read
using VBA since this isn't possible in a rule (specifically mark as read).
My Problem:
Through this forum and some other places, I think I have code that's at
least close to doing this. The problem is, the darn thing never triggers.
Please help me with this code. Thank you.
All of what follows is the entirety of a class module.
Dim myolApp As New Outlook.Application
Public WithEvents myOlItems As Outlook.Items
Public Sub Initialize_
|
5/18/2010 4:37:01 PM
|
2
|
=?Utf-8?B?Qmx1ZVdvbHZlcmluZQ==?= <BlueWolver...@discussions.microsoft.com>
|
Creating Tasks in Outlook 2007 with VBA
I want to create a Task in Outlook 2007 using VBA- Code in Access 2007. It
works, but the reminder of the Task is 8 hours wrong.
I life in Germany!
My code in Access: object.reminderTime="18.05.2010 10:00"
Outlook reminders me at 6 pm.
Must I set a time-zone? I dont find a property for that.
Thanks for an answer
|
5/18/2010 4:06:11 PM
|
1
|
=?Utf-8?B?Sm9hY2hpbSBGaW5nYWRv?= <JoachimFing...@discussions.microsoft.com>
|
Automatically save attatchment with a different extension
I'm using Outlook 2003
When an email comes in with a specific subject "Weekly:
SalesAssoPerformance, Ottawa" it has 3 files attached. I would like to
automatically save one of them "SAPerformance_1.1.html" to a specific folder
and change the extension to .xls once the email arrives.
Can this be done?
--
Kristy Nolan
|
5/18/2010 3:05:01 PM
|
1
|
=?Utf-8?B?a25vbGFu?= <kno...@discussions.microsoft.com>
|
How to change status of a mail marked as a task (VBA)
I like Outlook feature of combining tasks and marked as task emails in a
single task view. I can change status of tasks and THESE EMAILS in a table
view.
If I send an email and I flag it then it means for me that the status of
this Task should be set to olTaskWaiting. I do it manualy in a task view but
I decided to create a code snippet to change the status automatically.
I catch ItemAdd event in SentMail folder:
Private Sub myOlItems_ItemAdd(ByVal Item As Object)
If Item.FlagStatus = olFlagMarked Then
Item.Status = olTaskWaiting ' ERROR!
End If
End Sub
|
5/18/2010 2:03:01 PM
|
2
|
=?Utf-8?B?a3JhZGFt?= <kra...@discussions.microsoft.com>
|
vba timing
Hi,
On a daily basis I recieve emails which have spreadsheet attachments,
these emails I want to move to another Outlook folder and save the
attachment to a folder on my 'c:' disk drive.
I have vba code to save the attachment and I created a rule for when
the 'subject' line contains specific text to move it to the other
Outlook folder and run a vba sub which calls another sub which does
the actual work, see below(ps: I got this code from someplace on the
web).
I believe this code/process will work but I'm having one issue which
is
the rule says
Apply this rule after the messa
|
5/17/2010 6:41:41 PM
|
3
|
bobh <vulca...@yahoo.com>
|
Mark copy of sent email as read - VBA?
Hello,
MS OUTLOOK 2003 on XP PRO.
I would like to setup a "rule" (either a "Rules Wizard" Rule or code in VBA)
to make a copy of every sent email, move it to a folder and mark that copy as
read. I did a search on google, and found the command "Item.Unread=false"
but I have no idea how to setup the code around it.
I hate asking, "Can someone show me how to do the entirety of what I'm
asking?" but I've never programmed in Outlook before and I have no idea how
to define an event trigger. (In access, I'd be looking for something like
"OnEmailSent") I have reasonably extens
|
5/17/2010 12:41:01 PM
|
3
|
=?Utf-8?B?Qmx1ZVdvbHZlcmluZQ==?= <BlueWolver...@discussions.microsoft.com>
|
Preview Pane freezes while application runs
I have written a VBA application that takes about 20-30 minutes to iterate
through a series in nested for..next loops. In order to allow me to use
Outlook while the app is running I have inserted a pause/doevents loop inside
the innermost for..next loop as follows:
AppNow = Timer
Do While Timer < AppNow + 1
DoEvents
Loop
This yields to other events for one second, and does allow me to carry on
using Outlook for other things. The only problem is that the preview pane
"freezes" and will not refresh. Increaseing the pause time makes no
differance.
Any ideas on how to solv
|
5/17/2010 12:08:01 PM
|
0
|
=?Utf-8?B?R1A=?= <...@discussions.microsoft.com>
|
Voting buttons not showing
I'm sorry for the cross-posting:
Using Outlook 2003, I've created and published a customer satisfaction form
with voting buttons to the Organizational Forms Library.
I have one problem: the voting buttons don't appear, when the form is opened
Interestingly, if users open the form and send it to themselves, then the
voting buttons do appear?
Can anyone think of a VBA work-around please?
I'd like to be able to see the voting buttons on the form as soon as it is
opened from the Organizational Forms Library?
TIA
Phil
|
5/16/2010 1:50:58 PM
|
1
|
"PPL" <...@shawRemoveThis.ca>
|
send mail every days
Hello friends,
Have a question about outlook 2007. I need to run a macro every days, this
macro send a mail with information of a SQL. Have the macro created and run
succesfull but how i can to do for run every days automatically ?
is possible schedulle this macro ?
Thanks in advnace and sorry by my english,
Christian Wis.
|
5/14/2010 6:24:01 PM
|
7
|
=?Utf-8?B?Q2hyaXN0aWFuIFc=?= <Christi...@discussions.microsoft.com>
|
compile error on previously functioning code outlook 2003 windows
Hello everyone,
I have some Outlook 2003 VBA Macros that were functioning just fine in
Windows XP & Vista. When I copied them to Windows 7, I now get compile
errors on some common functions (left, right, lcase, etc).
The macros I have in Word still function with no apparent problem.
I've re-installed Office & still get the same problem.
I would appreciate any suggestions you have.
Thanks,
Celeste
|
5/14/2010 5:40:01 PM
|
1
|
=?Utf-8?B?Q2VsZXN0ZQ==?= <Cele...@discussions.microsoft.com>
|
Transmitting Outlook data to a web server
I am looking for a solution on how to publish data in Outlook to a web
server. A custom web app will be written to access the data published
to its server and and display it in some special way. I will either
need to write custom VBA for Outlook that transmits the data to the
web server or use some third-party tool that integrates into Outlook
that will transmit the data for me. The data is sent in only one
direction - from client to server. The data on the server is read-
only. Whenever the user changes data in Outlook, either it gets sent
to the server automatically (the preferred wa
|
5/14/2010 10:58:51 AM
|
2
|
Polaris431 <johannbl...@gmail.com>
|
Macro to speed email creation
I need to use outlook to send the same pdf file as an attachment to any
one who requests it. All I want to do is this. After the new mail form
is launched (by clicking on the recipient's email address) I want a
button, or something, that will automatically insert the subject and
body text (which will always be the same for every mail) attach the pdf
(which will always have the same filename and be stored in the same
location), and send the mail.
I'm sure this is very easy and that I'm missing something obvious but
I've searched for hours and can't find what I need. Any help would b
|
5/13/2010 9:47:07 AM
|
4
|
steve sharpe <steve.sharpe.631c...@outlookbanter.com>
|
VBA: how to set a category to all mail in a folder ?
Hi everyone,
I need to set automatically a category to alll email in a IMAP folder. (and
for every new incoming email in this folder)
I've found this code in VBA but it give a category only to the selected
email when the macro is launch.
Sub essai()
Dim MonApply As Outlook.Application
Dim Expl As Explorer
Dim myNameSpace As NameSpace
Dim myFolder As MAPIFolder
Dim myItems As Items
Dim xi As Integer
'object instance
Set MonApply = Outlook.Application 'Application Outlook
'Expl is current folder
Set Expl = ActiveExplorer
'give you all datas
|
5/13/2010 8:26:32 AM
|
1
|
"notme" <pasdem...@free.fr>
|
Insert Text and Send
I need a macro will insert specific text into the body of the replying email
then send it. Any help is appriciated.
Thanks ... Dave
|
5/12/2010 8:42:01 PM
|
1
|
=?Utf-8?B?RGF2ZSBD?= <Da...@discussions.microsoft.com>
|
Code to Save Email as an .MSG to Directory when Emails Arrive
I am trying to save all emails that come into the inbox as an .MSG to a
directory on the server. I saw the ability to utilize the SAVEAS method but
have no idea how to implement that to work as emails arrive. Any code help
would be greatly appreciated.
Thanks in advance
John
|
5/12/2010 3:51:01 PM
|
4
|
=?Utf-8?B?Sm9obg==?= <J...@discussions.microsoft.com>
|