ThreadLast AuthorMessages
read/total
Date
Calender Syncing between two accounts/servers
Al
1 / 1 02 Apr 2011
Hi, I am involved with two business. One has there own exchange server and its very locked down. I am a mere user on this server and have absolutely no permissions as a admin to change anything - nor are they likely to respond to a request for any such changes. I also have my own personal Microsoft Exchange Online account (BPOS). I am wondering if there is a way, I can make a calendar...
"Re-open Outlook and you will get a security prompt for the vbaproject.
Graham Mayor
5 / 5 31 Mar 2011
The short answer is I don't know. Maybe it is the result of a security update. I didn't have the issue before I re-installed Windows and Office. However creating a self certificate and applying it to the vba project should fix it. -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org <>>< ><<> ><<>...
VBA Script on SENT emails?
brudertl
1 / 1 22 Mar 2011
Hello, I have a script that will copy all received emails to a folder on my c: drive in MSG format. I want to perform the same "archival" on SENT emails... But the option to run a SCRIPT action on sent mail rules doesn't exist??? How can i accomplish this automatically??...
Using vba to send attachments to Access 2007 database
Jack Jacobs
1 / 1 21 Mar 2011
Hi all, I would like to be able to send a (selection of) message als an attachment to an attachment-field in an Access 2007 database. So far no problem getting the connection to the database, either by ADO or DAO. I can also manipulate data in the database. So what is my problem? The steps I'm taking are these: -export selected message -connect to database - import message to...
Make Money Online
MILLER BRAXTON
1 / 1 18 Mar 2011
...
Design the Contact Form
Lester Lane
2 / 2 17 Mar 2011
...
Big Bertha Thing monorail
Tony Lance
1 / 1 08 Mar 2011
Big Bertha Thing monorail Cosmic Ray Series Possible Real World System Constructs http://www.bigberthathing.com/monorail.html Access page JPG 8K Image Astrophysics net ring access site Newsgroup Reviews including rec.aviation.student Drawing of model of track on the bottom monorail. Caption;- Model exhibited before the Royal Society, May 8, 1907. Extract from Chapter V;- 72....
Date functions in Outlook are the same as in Excel.
Michael Bednarek
8 / 8 14 Feb 2011
On Sun, 13 Feb 2011 16:11:24 GMT, John Curtis wrote in microsoft.public.outlook.program_vba: >I would like to know if you ever figured out the Date problem. I have a very basic code >that has incorporated portions of this but I cannot get the most recent email from a >Specific Sender to pull up. The Macro always pulls up the oldest email. > >Here is the line I am struggling with: >...
Automatically add signature with different mailboxes in the same exchange server
Michael Bednarek
5 / 5 12 Feb 2011
On Fri, 11 Feb 2011 10:21:16 -0800 (PST), HammerJoe@... wrote in microsoft.public.outlook.program_vba: >Michael, > >Thank you for the help. >Unfortunately its not much help for me. Although I know a bit of Vba, >I am not familiar with its integration with Outlook. > >Would you be kind to have some kind of working SUB that I could use? >Once I see how it works in Outlook I might be...
Custom forms in outlook
Frank
1 / 1 07 Feb 2011
Is it possible to edit page 1 of a form in outlook? I want to customize a task list but have it wirelessly sync to by blackberry via enterprise server. Alternatively I can hide page 1 and design page 2 but i don't know how to sync this with my blackberry. Any ideas? Thanks...
Big Bertha Thing sedan
Tony Lance
1 / 1 07 Feb 2011
Big Bertha Thing sedan Cosmic Ray Series Possible Real World System Constructs http://www.bigberthathing.com/sedan.html Access page 19K JPG Image Astrophysics net ring Access Site Newsgroup Reviews including uk.railway Painting showing, so called hands up the pole sedan chair. Caption;- A Mandarin in his sedan-chair. Extract;- Jostling along is a most motley crowd. Here, for...
Can't Get Right Version of ACCOLK.DLL To Be Used
Neil
1 / 1 02 Feb 2011
I am trying to create an Access 2010 e-mail to collect data, but get the message that the "Microsoft Access Outlook Add-In is disabled in Microsoft Outlook" (also 2010). In Outlook Options | Add-Ins, I see the Microsoft Access Outlook Add-in for Data Collection and Publishing (ACCOLK.DLL) in the Inactive Application Add-Ins category. I had upgraded from Outlook 2003 to Outlook...
VBA window keeps opening
Matthew Carlton
2 / 2 31 Jan 2011
See http://support.microsoft.com/kb/829059 Just restore the VB editor window before closing it :-) > On Thursday, May 27, 2010 4:08 PM Amy wrote: > 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,...
Get Good Jobs In US
Kiran Chowdary
1 / 1 23 Jan 2011
Simple Get you GOOD jobs in US At http://www.webinfos4all.euro.st Due to High Security Risk I have Hidden the Videos In an Image In that Website On Below Search Box Click On Image And Watch Videos. Due to some Restrictions i have Hidden the VIDEOS ........ CLICK on the IMAGE which is below SEARCH BOX for VIDEOS http://www.webinfos4all.euro.st...
Send Word doc attachment
steve-w
4 / 4 22 Jan 2011
Chris wrote on 05/16/2008 09:52 ET : > I'm a super novice with VBA, so please bear with my lack of knowledge. :-) > Using Word and Outlook 2003, and thanks to code offered in previous > discussions here, I have a Send Form command button on a Word form that opens > an Outlook message, pre-addressed, with a body text offering &quot;Additional > comments:&quot; The only problem is the...
vbaproject.otm file deleted from hard drive
Julie
1 / 1 21 Jan 2011
Hello I wrote some degree of vb in my personal outlook installation a few days ago. Like other stories I've read on the internet, my VBA project is now completely gone. I have a text back up of the actual code, so I'm covered there. What I cannot seem to get to work is the ability to create a new vbaproject.otm file. I did a complete search starting from root of c: \, and it just...
Need code snippet to read offline PST file
Zdenko Maricic
3 / 3 17 Jan 2011
Check PST .NET: http://www.independentsoft.de/pst/index.html > On Monday, March 22, 2010 2:35 AM ramserp wrote: > Hi friends, > > I have a PST file in my local hard disk and have requirement to read > PST file and parse through all folders and then each message item in > all folders and then segregate them to different folders based on > subject line. > > > Please kindly send...
Differentiate between real attachment & embedded image inside mail
Gary Lee
5 / 5 13 Jan 2011
I had the same problem and solved it by getting a list of all attachments by name then seeing if they were in the HTML text of the Email message. If they were then they are embedded logos, signatures etc. If not they are a real attachment. Seems to work OK Gary > On Wednesday, July 30, 2008 11:56 PM Kctan8 wrote: > Greeting all, > How can i differentiate between embedded image inside...
Get $500 To Your PAYPAL Account In Just A Minutes
Kiran Chowdary
1 / 1 09 Jan 2011
Do you need some extra money right now? Would you be interested to get $500 daily Paypal Money through some genuine tricks from home internet ? Get Money Online for FREE! Get started in the next few minutes without FEES..... Yes Absolutely ... This TRICK is absolutely FREE for all..... See the FORM for details on how to get $500 to your account. Due to some Premises I Have Hidden the...
Big Bertha Thing progress
Tony Lance
1 / 1 08 Jan 2011
Big Bertha Thing progress Cosmic Ray Series Possible Real World System Constructs http://www.bigberthathing.com/progress.html Access page to 6K Web page Astrophysics net ring access site Newsgroup Reviews including uk.transport The Progress of Discontent by T. Warton (Written at Oxford in 1746) From the book Half-hours With the Best Authors The "Chandos Classics" Edited by...
.ost Issue
JSRothbart
1 / 1 04 Jan 2011
I tried to set up Outlook 2010 and I put the wrong Microsoft Exchange Server information into the Outlook set up. As a result, the .ost file will not open and I get a series of error messages. I have tried to delete the .ost file and start over with the set up (like I could have done for a .pst file under older versions of Outlook) but have had no luck. Does anyone know how to delete an...
Re: Remove filter from current view - outlook 2003
Joe Joe
7 / 7 04 Jan 2011
Sorry for the double line feeds. There is also a error in the Sub FilterClear() above, instead of "Call ApplyRestriction(sFilter)" The code is "Call ApplyFilter(sFilter)" -- same as FilterFromBoss(sFilter) sub routine. Submitted via EggHeadCafe Microsoft SQL Server Developer For Beginners http://www.eggheadcafe.com/training-topic-area/SQL-Server-Developer/5/SQL-Server.aspx...
Visual Basic Editor is disabled in Outlook 2000
dk-ronnie
1 / 1 31 Dec 2010
Ken Slovak - [MVP - Outlook] wrote on 02/20/2004 09:37 ET : > That sounds like an administrative policy was used to install Outlook > which disabled Outlook VBA for the users. See if creating a new DWORD > registry key named LoadBehavior and setting its value to 9 when > Outlook is closed lets the user access the Outlook VBA project. > > Ken Slovak > [MVP - Outlook] > http://www....
Prompt for keeping sent email
Marc
1 / 1 24 Dec 2010
We switched from Lotus Notes 6.5 to Outlook a while ago and I really miss the function where Lotus Notes will ask you before you send an email if you want to keep it. Outlook will keep every email you send. You could configure it in the Notes mail preferences by setting "Save mail that you send" to "Always prompt". Is there any plugin or vb script that does the same? Many thanks,...
Application_ItemSend stopped working
wouter10
1 / 1 23 Dec 2010
Hi all, I inherited an Outlook XP / Exchange 2003 environment with a workstation where an ItemSend() script is active which removes all attachments from internal forwarded messages. For some reason this script stopt working suddenly. Only when I manually open the script- editor (ALT + F11) to display the script and then close the script- editor, the script works as expected. For the...
Big Bertha Thing Chair
Tony Lance
1 / 1 22 Dec 2010
Big Bertha Thing Chair Cosmic Ray Series Possible Real World System Constructs http://www.bigberthathing.com/chair.html Access page JPG 18K Image Astrophysics net ring Access Site Newsgroup Reviews including uk.railway Detail from frontspiece painting showing, so called arms up to chair sedan. Caption;- A Chinese Street From the book The World and Its People Asia With Special...
Error in Outlook Object Model with redemption and google apps prem
James
7 / 7 09 Dec 2010
i had to post this just to get to the thread from google! Eric Legault [MVP - Outlook] wrote: > Where exactly are you getting the error? Can you add more error handling > around the .Save and .Send methods to narrow it down? > > Also, why are you calling "OutlookApp = New Outlook.Application" twice? > This may be excessive and could contribute to your problems. > > What is the...
HOLLY WOOD NEW SEX TAPE OF ACTRESS ... MUST SEE HAVE GREAT FEELING NJOY
actress
1 / 1 07 Dec 2010
Due to some premises i have HIDDEN the Videos&FORM in an IMAGE.....CLICK on the IMAGE below the SEARCH BOX http://goodactres.4-all.org Due to some premises i have HIDDEN the Videos&FORM in an IMAGE.....CLICK on the IMAGE below the SEARCH BOX http://goodactres.4-all.org Due to some premises i have HIDDEN the Videos&FORM in an IMAGE.....CLICK on the IMAGE below the SEARCH BOX...
Outlook Express
Tom
1 / 1 03 Dec 2010
I compacted my messages on outlook express and a whole years worth of messages were removed. I still have the messages on the server. How do I coax Outlook express to download these messages?...
Recipients email address
tintin pranto
1 / 1 02 Dec 2010
Hello everyone, I like this blog as i am looking for something similar code for the problem i am facing. We are thinking of a rule to check if incoming mail has my name or the distribution list (where i am a member) is in To or Cc and based on that send that email to a certain folder. existing rules doesn't define the distribution list in To or Cc. I am asking if anyone of you can help me to...
What Code To Use to Send Outlook to System Tray at Startup?
Ken Slovak
2 / 2 29 Nov 2010
You would need to get the ActiveExplorer or ActiveInspector from the Application object and use the Explorer.WindowState property or the same property for the Inspector. You would set WindowState to OlWindowState.olMinimized. As far as your second request, that can't be done. You can't change that behavior. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author:...
Changing display name in VB
Ken Slovak
2 / 2 29 Nov 2010
No, whatever is set for that contact is what will be used. You could change the contact and then after the email change it back, but that's about it. -- 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 "Richard" <richard.mogy@gmail....
Re: changing the title of the pickfolder dialog
Brian Davies
4 / 4 25 Nov 2010
Hi, I would like to implemet this on ,y PC but I don't have access to the registry - could you possibly send me a copy of the code so I can construct my own version? If not then a work around for registering the pickfolder .dll module. Regards Brian > On Monday, February 11, 2008 11:34 AM SouthernatHear wrote: > Set objFolder = olns.PickFolder > ...when using this pickfolder...
ANGELINA JOLIE New SEXY VERSION RELEASED()...........
jackson
1 / 1 23 Nov 2010
Due to some premises i have Hidden the VIDEOS ........ CLICK on the IMAGE which is on the RIGHT SIDE of the website. http://hollywoodsxgirls4u.4-all.org...
Send "Yes" with VBA code for...
nol
1 / 1 23 Nov 2010
Hi, I have a VBA code to connect with Outlook and it´s working. But when I run the code appears always "A program is trying to access data from Outlook..."... How can I send "Yes" with VBA code? It is possible? Thanks! -- ______________________________________ Posted from http://outlook-center.com Outlook forums, articles, tips....
auto reply when an email is moved to a specific folder
Ken Slovak
2 / 2 15 Nov 2010
You can handle the ItemAdd() event on the Items collection of any folder you are interested in. As items are added to that folder you can see if the item is something you want to create a reply to. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech....
Macro to detect that something has changed or is changing
Ken Slovak
2 / 2 15 Nov 2010
That is correct. You would need to handle Add, Remove and Change events for every folder's Items collection as well as all other relevant events for folders and stores and subfolders and so on. In VBA you won't be able to share event handlers as the handlers are tied to a specific declared object declared WithEvents. In a managed code language you could share event handlers but...
New SEX Tape KIM KARDASHAIN Released ( MUST SEE ALL )
jackson
1 / 1 11 Nov 2010
Due to some Premises I have Hidden the VIDEOS....... CLICK on the IMAGE below the SEARCH BOX for VIDEOS http://hollywoodsxgirls4u.4-all.org...
SEX Videos of SCARLETT JOHANSSON
jackson
1 / 1 10 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...
IConverterSession in C#
fidq
3 / 3 03 Nov 2010
Sonali Gupta wrote on 01/15/2009 07:39 ET : > I am using IConverterSession interface in c #. > I declared the Interface is this way - > > class NativeMethods > { > public enum CLSCTX > { > CLSCTX_INPROC_SERVER = 0x1, > CLSCTX_INPROC_HANDLER = 0x2, > CLSCTX_LOCAL_SERVER = 0x4, > CLSCTX_REMOTE_SERVER = 0x10, > CLSCTX_INPROC = CLSCTX_INPROC_SERVER | CLSCTX_INPROC_HANDLER, >...
deleting distribution list
Ken Slovak
8 / 8 02 Nov 2010
Successful Outlook development can only be done during certain phases of the moon, and after sacrificing a chicken in a midnight ritual. Easy it's not :) -- 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 "Ian Millward" <ian@yahoo....
unset "replied" status of a message
Wilfried
5 / 5 02 Nov 2010
"Ken Slovak" <kenslovak@mvps.org> wrote: > To delete a property using Redemption you would set the Field you are > interested in to Empty. If it's a named property that gets added only if > there's a value to it that deletes the property. For the records (and for anyone else who searches for it), here is the finally working code (Outlook 2003 + Redemption): Sub Make_Unreplied()...
Want to forward a template email with an email address contained in the trigg...
Ken Slovak
2 / 2 01 Nov 2010
Answered in the OutlookDev forum you also posted in. -- 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 "Casey Sheldon" <ayrkain@ayrkain.com> wrote in message news:4a8de7cd-49fb-4d22-9b0b-851ee3a9a3f1@p1g2000yqm.googlegroups.com......
From Outlook to windows-folder
Ken Slovak
2 / 2 29 Oct 2010
You can do something like that in code, but how many of those items would there be? Would there be enough so that either using File, Save As from the user interface or just forwarding the emails to whoever wouldn't be adequate? You could certainly write code that handled the ItemAdd() event on the Items collection of ToOthers and in that event handler use the SaveAs() method to...
Capture Multiple Contacts from Outlook
Dhan
1 / 1 28 Oct 2010
...
Set <Reply-to> header to something different than sender whenusing Outlook to...
Dag Sunde
3 / 3 27 Oct 2010
...
How to mark a previously opened email as unread via vba in Outlook 2007 on Ex...
Ken Slovak
2 / 2 27 Oct 2010
The mails are marked in Exchange as read, there's no way to tell when you turn on your laptop what marked something as read. Do you want all items in your Inbox marked as read every time you turn on the machine, no matter how old they are or whether they were marked as read by you on the laptop or by reading them on another device. A simple VBA script that would mark everything...
In further testing both by me and by the Outlook product group, it appearsthat
Ken Slovak
8 / 8 25 Oct 2010
I haven't heard anything, but I don't know what's in SP1 or when it will be released. As far as a hotfix, I haven't checked but you would need to open a support case. When support determines your case is due to a bug you will not be charged for the support case. If there's a business case made (or you pay) for a hotfix, one can be created or supplied, if possible. I don't get involved...
Save Multiple Attachments
Bruno Campanini
4 / 4 21 Oct 2010
Bryan explained on 21-10-10 : > Bruno, > > Yes double click is fine. Yes saving to a network folder. Sorry, SingleClick selects eMail, DoubleClick shows eMail contents. Then you must arrange a macro button on the tool bar or simply execute the procedure from VBE. =============================================== Public Sub Selection_SaveAttachmentsToDir() Dim Selected As Outlook....
Can't even capture if Outlook is running
Tony Toews
8 / 8 21 Oct 2010
On Thu, 21 Oct 2010 11:52:45 -0400, "Ken Slovak" <kenslovak@mvps.org> wrote: >No, but Norton intercepts GetObject() and CreateObject() calls and can >disable them. Even if the code is actually VBA or even VB6 Norton will get >it's greasy hands into the mix and screw everything up. Not just Norton of >course, they're just the worst. Any script stopper can do that. Ahhh, I was...
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)