| Thread | Last Author | Messages read/total | Date |
|---|
| Searching for script to MOVE email, and popup for FIND FOLDER |
Oren L |
0 / 1 |
06 Feb |
| Hi All
I need some VBA script, and I can't find.
How I wish it to be:
1. Select email
2. Click on button that activates the script
3. Popup window will appear with text search input
4. As I type all relevant folders will appear below
5. I will click the wanted folder
6. The email will moved to that folder.
How can I find help on that ?
Thanks in advance
Oren... |
| [share] some nice tutorials for the beginner |
James Carl |
0 / 1 |
31 Dec 2011 |
| There're more than 60 tutorials on a variaty of categories I'd like to
share with you:
Access.2010.Queries.in.Depth
Android Tutorial - Lessons
Cocos2D Box2d Tutorials
Cocos2D iPhone Tutorials (Bucky)
Cocos2D Tutorial
Create.an.Online.Portfolio.with.WordPress
Create.Animated.Rollovers.With.jQuery.and.Dreamwea ver
CSS.And.XHTML.For.Web.Development
CSS.For.Developers
CSS3.FIRST.LOOK.... |
| sending a form containing radio buttons and text areas (office 2007) |
steeve_dun |
0 / 1 |
21 Dec 2011 |
| Hi all,
I want to send via Access and using outlook (VBA) a message containg
radio buttons and text areas that can be received back and stored in
access.
Reading several posts, I can't decide wether to use :
html content containing html forms (but my form are displayed
correctly in web browser but not in outlook ! )
Word form ? (but how to do this?)
other sollution ?
Any help... |
| Is this possible? |
Tony C. |
0 / 1 |
08 Dec 2011 |
| Hi
I'm a newbie to Office development but not dot.net.
Is it possible to send appointments created in one program to
show up in a user's outlook calender who uses Exchange Server?
-I'm looking for someone to point me in the right direction....
(I would need to send appointments to different users, presumably with
their security credentials etc in order to get it to show up... |
| very embarrassing |
bill |
0 / 1 |
16 Nov 2011 |
| All,
Roughly a year ago I created "something" that runs in Outlook and will
send an email periodically if the circumstances are right. Well, it
works just great. I get the emails that I expect on a regualr basis.
Unfortunately, now I CANNOT FIND the code!. When pressing Alt F11 and
checking thru the project, it just is not there.
I spent an hour or two today trying to remember what... |
| Microsoft Excel VBA Professional Projects |
Tiger |
0 / 1 |
14 Oct 2011 |
| Microsoft Excel VBA Professional Projects
Description:
Microsoft Excel VBA Professional Projects
Publisher: Course Technology PTR | ISBN: 1592000657 | edition 2003 |
CHM | 744 pages | 13.5 mb
Microsoft Excel VBA Professional Projects illustrates and teaches
intermediate to advanced techniques in VBA programming using
Microsoft's Excel spreadsheet application. It provides an... |
| VBA API for Outlook and Email managment |
duadinam |
0 / 1 |
08 Oct 2011 |
| Hello,
I'm working on a VBA application to log email correspondances in a
spreadsheet. I would like to be able to export email conversations
along with dates, and other ppl involved in the conversation in a
spreadsheet. Anytime an email is sent to or from select address
Outlook will update this spreadsheet.
What is the best way to go about this? Is this possible and what
API's,... |
| MSG file attachment is not picked by Javascript‏ |
sleepyrajesh |
0 / 1 |
16 Sep 2011 |
| Hi,
Whenever we attach a '.MSG' file from Outlook, its extension doesn't
appear. Whereas if mail is sent to outlook from mail client other than
Outlook , the file's extension is displayed.
Does Outlook consider MSG file as a normal attachment?? Please guide
me.
Thanks in advance.
Rajesh... |
| Copy From Email to BCC field |
HammerJoe@gmail.com |
0 / 1 |
19 Jul 2011 |
| Hello,
Can someone help with my issue.
Everytime I write an email I need to copy the FROM email (I use
different mailboxes) into the BCC field to have a copy of it in the
mailbox.
It would be nice that everytime I create a new email or reply to one
to have that done automatically.
Is that possible and how?
thank you.... |
| MAPIFolder/ActiveX Excel cannot find Outlook folder |
Andy |
0 / 2 |
06 Jul 2011 |
| I used some simpler code to see if Excel can find Outlook but still no
luck...
"Microsoft Outlook 12.0 Object Library" reference is ticked.
Sub OutlookTest()
On Error Resume Next
gOutlookApplication = GetObject(, "outlook.application")
If gOutlookApplication Is Nothing Then
Err.Clear
gOutlookApplication = CreateObject("Outlook.application")
End If
If gOutlookApplication... |
| Can't open a FileDialog in outlook |
Peter Sellmeijer |
0 / 1 |
24 Jun 2011 |
| From a macro i do want to open a filedialog.
In the Help i can find a example:
'Declare a variable as a FileDialog object.
Dim fd As FileDialog
'Create a FileDialog object as a File Picker dialog box.
Set fd = Application.FileDialog(msoFileDialogFilePicker)
The last line gives in outlook an error.
But in Excel it works fine.
Why?
Is there an alternative for... |
| Outlook 2007 VBA code won't run in Windows 7 |
Azonei |
0 / 1 |
18 Jun 2011 |
| I created a rule to run a custom VBA script to parse incoming emails
for specific items and add the data to an Excel workbook. I wrote and
tested the code in Outlook 2007 on a WinXP machine (SP3) and
everything worked perfectly. When I deployed the macro to the target
machine (Outlook 2007 on Windows 7), the VBA code is not running at
all. I verified this by removing all of the code and... |
| Rule to Auto-Accept Calendar Invites from select emails |
Howard Solovei |
0 / 3 |
17 Jun 2011 |
| Did you ever get resolution on this. I am trying to do the same thing.
Thanks,
Howard
> On Saturday, August 16, 2008 6:12 AM w.sham wrote:
> Hey,
>
> I'm trying to set up a rule in Outlook 2003 that automatically accepts
> any calendar invite from a select list of emails. I can set up the
> rule to only apply to Calendar Invites, and only for select people,
> but the Accept... |
| save after send in personal folder |
Dima |
0 / 1 |
15 Jun 2011 |
| Hi all,
I'm trying to write macro which picks a folder from personal folders
ans save a mail after it is sent instead of in "sent" box.
the problem is, that it works fine as long as I pick the folder from
Mailbox and not from personal.When I pick a folder from personal
folder, the mail stays in sent items folder.
this is may code:
Public Sub SendAndSave()
Dim obj As Object
Dim Mail... |
| view.GoToDate working inconsistently |
Adam and Kelly MacKenzie |
0 / 1 |
27 May 2011 |
| I'm attempting to automate a calendar pull to populate a product we
use (and manually update) extremely regularly. It's essentially 3
screenshots of 3 days of calendars. I'm using various win32 api calls
to find the handle of the active calendar explorer (usually have a
separate window open since I'm monitoring several shared calendars),
pass the focus to that window and grab a screenshot.... |
| Attach Files to a message - loop through subdirectory |
Harvey Richardson |
0 / 2 |
26 May 2011 |
| Not sure this is the cleanest code, but I got it to work! Here it is
if anyone needs it:
Sub MyIMAPMacro()
Dim myFileName As String
thefilepath = "s:\scan\To IMAP\"
theemail = "email@me.com.au"
myFileName = Dir("" & thefilepath & "*.*")
Do While myFileName <> ""
Set myOutlook = CreateObject("Outlook.Application")
Set mymail = myOutlook.CreateItem(olMailItem)... |
| How do I add emails as attachments to a new email? |
McKilty |
0 / 2 |
16 May 2011 |
| I saw this post...
http://www.pcreview.co.uk/forums/send-existing-email-attachment-using-vba-t3726344.html
...and now I think maybe my code as written should work. However, it
doesn't. I tried many different ways to write this:
objOutlookMsg.Attachments.Add (SafeMail.Item) 'Runtime error
-2146697203. The operation failed.
objOutlookMsg.Attachments.Add SafeMail.Item 'Runtime... |
| How can I send task request using vCalender/VTodo component using C# |
Manu |
0 / 1 |
10 May 2011 |
| I am writing a separate application to send task requests to the
client using simple mail. Then the emails should be added to the mail
box task list box in MS Outlook.
Here I have used vCalender/vTodo format to set values . But when I
send the email it is not sending as a task request and it displays as
an email but it is not added to the task list box. That is the
question I have.
1.... |
| StartTimezone returns Standard Time during Daylight Saving Time |
American since 1749 |
0 / 1 |
25 Apr 2011 |
| When run with an appointment as the current item, the code below
prints "Eastern Standard Time" for an appointment created today,
starting and ending later today, during Daylight Saving Time. Both
Windows and Outlook are correctly set to Eastern Time; Windows is set
to adjust automatically for Daylight Saving Time (I cannot find a
separate option for this in Outlook 2010, though I'm sure... |
| converted from outlook2003 to outlook2007, thismessageitem automatic process |
nina |
0 / 1 |
04 Apr 2011 |
| All of our office systems were upgraded from outlook2003 to outlook2007
I used to run for each incoming email, a short vba code that would simply
log the headers to a drive but can't remember now how I initialized it?
Can someone help me?
Basically, I want to run a simple piece of vba code, similar to snippet
below and have this run for every incoming email
I inserted the code... |
| Can't get a response and can't access my VBE in Outlook 2010 anymore! |
Youie |
0 / 1 |
20 Mar 2011 |
| Hi, I'm totally dazed and confused about this. My Outlook 2010 has
just woken up one day and decided it won't allow me to access the VBE
either through the toolbar or with Alt-F11. Can anyone give me any
clue at all, please?... |
| vbaproject.otm ignored when outlook.exe started by another process |
Yorkie |
0 / 1 |
11 Mar 2011 |
| Hi,
I have a macro saved in vbaproject.otm, which is distributed across
all users at my firm. This works fine when using Outlook and has been
for a few years.
We recently installed a new telephone system at my firm and with it
some desktop software which can read Outlook contacts and dial them.
This application is launched at startup for every user.
The problem with it is,... |
| Automatically add signature with different mailboxes in the sameexchange server |
HammerJoe@gmail.com |
0 / 2 |
08 Feb 2011 |
| ... |
| outlook used as frontend for Access |
Uwe Fechner |
0 / 1 |
08 Feb 2011 |
| Hi,
I would like to create in Outlook in the Folder view an entry in which
then displays in the list view a table from Access.
The entry in the folder view to be bold, and as a figure behind it's
the number of rows of the DB, which have been added new.
I googled already quite long after that, but there is nothing to.
Now I can create search folders (also vb) but I can define a search... |
| How can I open an Excel Workbook from an Outlook macro andactivate that workb... |
brightenmyoutlook |
0 / 2 |
26 Jan 2011 |
| ... |
| Select Outlook signature based on From: field email address |
Thomas |
0 / 1 |
25 Jan 2011 |
| Hi,
I'm working in an IT support environment and am connected to 5 different email accounts (all under the same Outlook profile).
I manually change the From: email address to reflect which mailbox I'm using. I'm now looking for a way to automatically change the email signature based on the email address specified in the From:.
Like if I send an email from addres1@company.com Outlook... |
| Searching for emails in MS outlook public folders |
Dimithri |
0 / 1 |
11 Jan 2011 |
| Hi,
Does anyone know how to search for emails located within public
folders in MS outlook?
We store all emails in public folders so everyone can access them but
when I try to find something its a nightmare. I've tried the MS
outlook search but it always returns 0 results even when I know its
there.
I've heard google desktop can search emails but can it search within
public... |
| Macro & buttons to reply Dear - new idea (Outlook 7) |
Mark |
0 / 1 |
13 Dec 2010 |
| I wish to develop my idea further and need help - I've been playing
with it but I'm not an expert
Presently I fire up the below macro when I have an email highlighted
and it enters the "Dear Joe" etc in the email body.
I'm wondering if it would be possible to apply this slightly
differently. To start an email i.e. new or click reply, ensure that
there is a recipient in the 'To' box, e.... |
| Problem in creating outlook task remotely using outlook object mod |
veenu |
0 / 7 |
02 Dec 2010 |
| rujuta_l wrote on 07/24/2009 02:58 ET :
> Yes. Receiver has given author permission to the sender for his task folder.
> Exchange server can be either 2003 or 2007.
> The application is hosted on 2003 server (name of the server is svr03) .
> Outlook on the server is configured with some email account e.g.
> txtAdmineMailID.Text is readonly textbox and contains this
> email id i.e.... |
| Sending e-mails with different name display |
Richard |
0 / 1 |
01 Dec 2010 |
| I would like to write a script for a mass mailing that has "Client
Accounts" as the from name rather than my name. Is this possible? I
don't see anything that would allow this.
Thanks in Advance.
Rich... |
| How to get the fullpath of the *.pst's in the current profile? |
Sebastian Wain |
0 / 2 |
23 Nov 2010 |
| ... |
| Manipulate subject property of new email on change |
nnichols |
0 / 1 |
17 Nov 2010 |
| Hi All,
I hate posting without at least having a starting point but I am
absolutely clueless on this one. When a user enters an eleven or
thirteen digit number into the subject I would like to do some
processing on it.
We use a barcode scanner to enter an eleven digit number into the
subject line which is then manually reformatted to remove the last
digit (a check digit) and add a... |
| SEX Videos of SCARLETT JOHANSSON |
jackson11 |
0 / 1 |
11 Nov 2010 |
| Due to some Restrictions i have Hidden the VIDEOS ........ CLICK on
the IMAGE which is below SEARCH BOX for VIDEOS http://hotactress4u.4-all.org... |
| Saving attachments to folder from public folder |
Andy |
0 / 22 |
26 Oct 2010 |
| You've been more than helpful already - Thanks Ken... |
| Reading Member Of list from Global Address List |
Ken Slovak |
0 / 4 |
21 Oct 2010 |
| You can't get what you want using CDO 1.21, which is what you are using. You
would need to use an LDAP query against the Active Directory to get that
information. I'm not all that familiar with LDAP usage so I couldn't help
you with that.
If you were to use Redemption (www.dimastr.com/redemption) instead of CDO
you could get the RDOAddressEntry object from the GAL (RDOAddressList)... |
| Change category of original message upon reply |
OutdoorRuss |
0 / 5 |
18 Oct 2010 |
| Here's what I ended up with... seems to work great for me. - Russ
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As
Boolean)
'Declaration
Dim myItems, myItem, myAttachments, myAttachment As Object
Dim myOrt As String
Dim myOlApp As New Outlook.Application
Dim myOlExp As Outlook.Explorer
Dim myOlSel As Outlook.Selection
Dim Response As... |
| how do I paste Excel clipboard cells to Outlook Word Editor and send it out u... |
Ken Slovak |
0 / 2 |
05 Oct 2010 |
| Outlook doesn't have any methods for using the clipboard, and VBA doesn't
provide any clipboard methods as VB6 would. You will need to review the
methods for using the clipboard using the Win32 API calls for the clipboard.
There is code for that in VB6 that you can modify to use in VBA at Randy
Birch's Web site and code samples at www.mvps.org. You can also search on
the Web for VB6... |
| Outlook 2003 Addin loading but not showing up in ComAddins list |
Ken Slovak |
0 / 10 |
05 Oct 2010 |
| Again, I haven't been using the VS 2010 installer so it may be different.
In other versions you right-click on the setup project and select to view
the registry settings. You then add your registration information for the
addin at either HKCU or HKLM or to User/Machine Hive. If the registration is
for User/Machine Hive it will be placed in either HKCU or HKLM depending on
whether the... |
| Shim Wizard - Managed Aggregator error |
Ken Slovak |
0 / 2 |
23 Sep 2010 |
| Unlike previous Framework 2 based versions (2, 3, 3.5), version 4 doesn't
include any of those earlier versions. If you want it install it.
Also, I believe Misha wrote about the differences with different frameworks
installed in his blog.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders,... |
| Using a tlb file in VB 2010 project for Outlook |
Ken Slovak |
0 / 8 |
21 Sep 2010 |
| When you use Dennis's tlb in a managed code application a PIA is created for
it (Interop.XLIRibbonExtensibility.dll). If you have projects created using
an older version of VS that used the tlb get the PIA from one of those
projects and add it to your VS2010 project and it should work just fine.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional... |
| Shim Wizard for Visual Studio 2010 |
Sanjay |
0 / 8 |
15 Sep 2010 |
| ... |
| This is Vegas - Get $2400 Free |
http://thisisvegas.co... |
0 / 1 |
14 Sep 2010 |
| This is Vegas - Get $2400 Free
http://thisisvegas.com/get/a/179639
Click here to download over 400 Free Games
http://thisisvegas.com/get/wd/206052... |
| Shim Wizard for Visual Studio 2010 |
Sanjay |
0 / 1 |
13 Sep 2010 |
| Does Microsoft have a shim Wizard available for Visual Studio 2010?
Is there any good online documentation available on using Shims for
deploying Outlook shared addins.
Thanks
Sanjay... |
| Outlook 2003/2007/2010 programming with Visual Studio 2010 |
Sanjay |
0 / 3 |
13 Sep 2010 |
| ... |
| Developing for Outlook 2007/2010 on a computer with Outlook 2010 |
Ken Slovak |
0 / 2 |
13 Sep 2010 |
| Yes, and you'd have to have 2007 installed.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Sanjay" <sysmailbox@gmail.com> wrote in message
news:35567e64-864b-4f47-829e-af85353f9842@q21g2000prm.googlegroups.com...
> Is it... |
| Programmatically locate the Outlook PST and OST files |
Jeff |
0 / 1 |
10 Sep 2010 |
| Hi all,
Does anyone know how to get at the Account settings for a users PST
file? I need to locate it so that it can be backed up. Problem is the
end-users are potentially not sufficiently literate to move their
files from a network share and so it has to be done programmatically.
I know the settings are buried in the Windows Mail (In the XP control
panel) rather than in outlook... |
| Show Outlook Group Schedule i Excel |
HenrikH |
0 / 1 |
07 Sep 2010 |
| How do i get Excel to show an Outlook Group Schedule from a users
Calendar in Excel using VBA?... |
| Project Advice with accessing Outlook Calendar |
Ken Slovak |
0 / 2 |
27 Aug 2010 |
| It appears that we're taking this up offline, so I'll be brief.
As far as the ID question, there really is only 1 appointment item even if
there is a recurrence of 1000 occurrences. The master and the recurrence
pattern determine the calculation of individual instances, which have no
other existence. Even in the Exceptions collection those are members of that
master appointment, the... |
| Write to UserProperty Failing |
Ken Slovak |
0 / 2 |
27 Aug 2010 |
| I'm not sure what is causing the problem or why.
I took your test code and modified it a bit to run in the Outlook VBA
project and to declare all the referenced object variables. In the time span
set by the filter I had 4 items in the filtered collection and was able to
add and then later retrieve the user property values.
I'm curious if you take your code and change your... |
| Outlook Appointment VBA Issues |
Ken Slovak |
0 / 16 |
25 Aug 2010 |
| It doesn't matter. If the time is the same and the item is an exception you
wouldn't find it using GetOccurrence() but you would find it using the
Exceptions collection and the original start. Even if it hasn't changed it's
still the original start. The appointment exposed there has an instance
specific properties.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author:... |