| Thread | Last Author | Messages read/total | Date |
|---|
| Allow outlook to store dublicate contact values |
Werner Fabender |
0 / 2 |
26 Jan |
| Hello,
it was my mistake.
regards Werner... |
| Archiving the Task Folder |
Brian Tillman |
0 / 4 |
25 Jan |
| HDS Tom <tom.pratt@hdsupply.com> wrote:
> So simply moving items to a separate PST file will compress/archive
> them?
Compress? No. However, moving an item from an Exchange mailbox to a PST
will free up the space in the mailbox, which is what you said you wanted.
You can't "compress" an Exchange mailbox like you can a PST.
Since moving is all that autoarchive does in the first... |
| Outlook VBA advice |
Ken Slovak - [MVP - O... |
0 / 4 |
25 Jan |
| It will work slowly because each access must hit the server. Either download
the items to a PST file or expect rather slow response to your code.
--
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
"LanceVictor" <lancevictor@telus.... |
| Newbie "save post item as .." Can't get it to work. |
Michael Bauer [MVP - ... |
0 / 2 |
25 Jan |
| SaveAs exptects that the directory already exists.
--
Best regards
Michael Bauer - MVP Outlook
Synchronize Outlook Categories:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Thu, 24 Jan 2008 09:02:03 -0800 schrieb Marceepoo:
> I can't get this macro to work. i'm trying to save the email item that is
open
> to a file. I'm trying two... |
| Error 3170 Can not find installable ISAM |
Rima |
0 / 3 |
23 Jan |
| sorry i have noticed thsi and i sent it there thanks
"Ken Slovak - [MVP - Outlook]" wrote:
> Post your Access questions in an Access group. This one is for Outlook.
> You're not likely to get any answers here.
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Professional Programming Outlook 2007
> Reminder Manager, Extended Reminders, Attachment... |
| Saving an e-mail that attaches a workbook |
Ken Slovak - [MVP - O... |
0 / 6 |
23 Jan |
| I have no idea about routeslips or how to work with them at all.
--
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
"GB" <GB@discussions.microsoft.com> wrote in message
news:84DFC93F-DFD4-4DD7-999B-469D85DF3847@microsoft.com...
>... |
| creating an Office 2007 template |
Jessica Pitz |
0 / 2 |
23 Jan |
| "Daniel Bass" <danREMOVEbass@blueCAPSbottle.comFIRST> schrieb im Newsbeitrag
news:OrJ0QJKHIHA.280@TK2MSFTNGP03.phx.gbl...
>
> I'm a C# developer, and have been asked to looked into the "best" way of
> creating a quote template for my business that will allow users, when
> creating a new document based on my quote, to open a document that has a
> form with some details (quote number,... |
| searching for messages where hour(Sent) >= 6 AM and hour(Sent) <= 9AM (but no... |
Sue Mosher [MVP-Outlook] |
0 / 7 |
22 Jan |
| At the top of the module window, select the Application object from the left dropdown list, then AdvancedSearchComplete from the right dropdown list. That will insert the event handler procedure. Outlook VBA Help has sample code.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.... |
| couldn't find installable ISAM |
Ken Slovak - [MVP - O... |
0 / 2 |
21 Jan |
| This is Outlook related how?
--
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
"Rima" <Rima@discussions.microsoft.com> wrote in message
news:6D5F2BF0-6D93-4E10-886D-FC8D226E1685@microsoft.com...
> HI, am new here , i have a program... |
| Forever |
Wikipedi |
0 / 1 |
20 Jan |
| <HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P> </P>
</BODY>
</HTML>... |
| Working with appointments - parameter not found |
Michael Mueller |
0 / 3 |
18 Jan |
| > > A manualy new appointment also includes a field called "Label" where
> > color-settings can be done (e.g. None, Important, Business, Personal,
> > ...). But I can't find any expression for the AppointmentItem to set
> > this label.
>
> You must use a low-level API, such as CDO 1.21 or Redemption. See
> http://www.outlookcode.com/codedetail.aspx?id=139
Thanks, Redemption worked fine.... |
| MAPIReadMail and MapiFileDesc problem |
Adam Stachura |
0 / 1 |
18 Jan |
| Hello!
I have a following problem:
While I call MAPIReadMail with a parameter MapiPeek MAPI32 saves attachments
into temporary directory and creates structures MapiFileDesc:
public class MapiFileDesc
{
public int reserved;
public int flags;
public int position;
public string path;
public string name;
public IntPtr type;
}
When I read this structure I see that the name... |
| Get the Current Mail that is being viewed in Outlook 2007 |
Sue Mosher [MVP-Outlook] |
0 / 2 |
16 Jan |
| Application.ActiveExplroer.Selection(1) for an item being viewed in the reading pane, Application.ActiveInspector.CurrentItem for an item being viewed in its own window.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"AIForst" <AIForst@discussions.... |
| Custom .vcs file: Problem with unicode characters |
Vassilis |
0 / 8 |
16 Jan |
| I finally got a pretty easy solution.
The .vcs file needs to be saved as UTF-8 and not as ANSI or UNICODE.
"Vassilis" <vc@this_spam_REMOVE_printing.gr> wrote in message
news:uk$ckNeUIHA.4768@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> I'm using vbscript to create custom calendar entries (.vcs files). This
> was working perfectly on outlook 2003 but on the .vcs files of outlook
> 2007 it... |
| actuall what i want to do |
Sue Mosher [MVP-Outlook] |
0 / 2 |
15 Jan |
| See Ken's response to your earlier post.
As for the display, Outlook provides no "nearer to the subject field" area. Perhaps you could handle it with a toolbar.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Dinesh" <Dinesh@discussions.microsoft.... |
| read email header of an email (urgent) |
Ken Slovak - [MVP - O... |
0 / 2 |
15 Jan |
| In Outlook 2003 and earlier there is no object model way to get at
PR_TRANSPORT_MESSAGE_HEADERS (the Internet headers). The problem is
compounded by the fact that managed code is not supported when using either
CDO 1.21 or Extended MAPI, two API's that do allow you to get at
PR_TRANSPORT_MESSAGE_HEADERS.
You'd have to use a COM wrapper around MAPI such as the 3rd party Redemption... |
| How to save emails as PDF files |
Ken Slovak - [MVP - O... |
0 / 2 |
15 Jan |
| If you use the Outlook item.Print method it can only print to the default
system printer and usually you have to set that before Outlook starts to
make it work correctly. I don't know Adobe automation but the problem would
be to not print and somehow get an output to Adobe.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007... |
| Building Interop for multiple office versions |
Chris Miller |
0 / 3 |
11 Jan |
| Thanks, I will report what I find. Unfortunately end users still have 97
installed !!... |
| User defiend field must be not visible for the users |
Ken Slovak - [MVP - O... |
0 / 4 |
10 Jan |
| Yes. Any code that reads or writes to that named property would require
either CDO or Redemption to be installed. You can't do what you want
strictly using the Outlook object model except with Outlook 2007.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.... |
| ItemChanged event fired on every PC when shared calendar item is c |
Ken Slovak - [MVP - O... |
0 / 2 |
09 Jan |
| Well, the code is doing what it should be doing on each machine, responding
to a change event.
In general any attempt to write a flag to an item to indicate that it was
already handled will fire further change events. I usually use one of 2
approaches for cases like this:
Designate one machine as "admin" and that one only handles the event. That
can be made more bullet-proof by a... |
| my sister and a dog humping |
yenc@yenc-news.co.uk |
0 / 1 |
09 Jan |
| ... |
| Subject: Outlook - Choose root folder then delete all subfolders n |
Michael Bauer [MVP - ... |
0 / 2 |
08 Jan |
| You might modify the CreateFolderSetInSubFolders procedure. This shoudl
delete every subfolder of the selected root folder.
Dim i&
Dim Folders as Outlook.Folders
' ... select root folder here
Set Folders=objRootFolder.Folders
For i=Folders.Count to 1 step-1
Folders.Remove i
Next
--
Best regards
Michael Bauer - MVP Outlook
Synchronize Outlook Categories:... |
| Add item to default calendar |
Ken Slovak - [MVP - O... |
0 / 2 |
07 Jan |
| Set olAppt = olFolder.Items.Add(olAppointmentItem)
With olAppt
.Start = whatever time/date you want
.End = whatever time/date you want
.AllDayEvent = False
.BusyStatus = olFree
.ReminderSet = False
.Save
End With
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders,... |
| Contacts with detail view Titel bar |
Sue Mosher [MVP-Outlook] |
0 / 2 |
05 Jan |
| In the Field dialog for that view's settings, see what field is listed first. That is the field that appears in the title bar. Either change the first field to something else or, in your code, set the value for that field.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.... |
| Outlook contacts: "user defined folderfields??" to make public under "user de... |
Werner Fabender |
0 / 3 |
05 Jan |
| On Sat, 5 Jan 2008 10:54:38 -0500, "Sue Mosher [MVP-Outlook]"
<suemvp@outlookcode.com> wrote:
Hello Sue,
thanks a lot, its working.
.Save this was what it make working.
Werner
>> 1. What is wrong with this code or did I forgotten something?
>
>You may have forgotten 2 things: I don't see any Kontakt.Save statement =
>to save the contact after you add a custom field to it.... |
| Get selected text from the reading pane (preview pane). |
JRB |
0 / 3 |
04 Jan |
| OK I finally got to "hack" my way to what I needed to do: force a "Ctrl-c" so
the application will copy the selected text to the clipboard and then I can
retrieve the string from the clipboard.
Here is what I coded in C# (I am sure the objects are the same in VB and VBA):
// Remember what the clipboard was before.
IDataObject currentClipboardData = Clipboard.GetDataObject();
// Send... |
| How to search a contact in Outlook via firstname, lastname, phonenumber. |
Ken Slovak - [MVP - O... |
0 / 2 |
04 Jan |
| Get the Items collection of the folder where the contact is and use the
Restrict method to limit an Items collection to only those contacts that
meet your criteria. Look at the Object Browser help on Restrict to see how
to construct your restriction using the FirstName, LastName and the phone
number fields. There are 17 different phone fields in an Outlook contact so
make sure you... |
| Script to change the date of mails in a specific folder |
Ken Slovak - [MVP - O... |
0 / 4 |
04 Jan |
| I have no idea how the tool you used does the conversion or if it does it
correctly or modifies things or loses any properties. Since I don't use
Thunderbird at all I couldn't even test what happens.
In general if you have data in a PST file and you open that PST, select
items in a folder and copy or move them to your mailbox there should be no
loss of properties. If those items... |
| event notification when compose/reply page/form open |
Ken Slovak - [MVP - O... |
0 / 4 |
03 Jan |
| There is absolutely no difference in the Outlook 2003 and 2007 objects
models related to Explorer CommandBars. I haven't had to modify one line of
my code for Explorer UI to let it run correctly in Outlook 2007. Inspectors
are a different story, there things have changed with the Ribbon.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming... |
| Prompt the SELECT NAMES box from another Office application us |
Sue Mosher [MVP-Outlook] |
0 / 11 |
03 Jan |
| CreateObject("MAPI.Session") would create a CDO 1.21 session, which would be subject to Outlook security prompts and has no access to Outlook's basic Explorer and Inspector UI objects. Those objects are available only if you use CreateObject("Outlook.Application") to instantiate an Outlook session.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:... |
| How to prompt the “Insert item (as an attachment)” dialog with MAP |
LuisE |
0 / 1 |
02 Jan |
| I’m able to open the address book but I can’t find the way to open the dialog
in reference.
Thanks in advance... |
| M.I,5-Pe rsecution ` No Jus tice fo r t he Vi ctims of M I5 |
evevmfvei@bigfoot.com |
0 / 1 |
31 Dec 2007 |
| MI5. Persecution Update: Friday 11 June, 1999
Harassment. in a pub in Clapham, Tuesday lunchtime
Once a month, or once every other. month, I meet a Polish friends of mine
who lives in Clapham North, and sometimes we. go to a particular pub near
where he lives. The last time was some two months ago; I did not have. my
minidisc-walkman with me, and consequently was. seriously harassed... |
| Autoarchive from a subfolder to a public folder? |
DCPan |
0 / 3 |
26 Dec 2007 |
| Oh boy.
Doesn't help that the sub-folder I'm trying to do that with is a group
outlook mailbox that the team has permissions to.
thanks!
"Ken Slovak - [MVP - Outlook]" wrote:
> There isn't a rule template like that and you can only autoarchive to a PST
> file, not a public folder.
>
> You'd have to write your own code from scratch to do what you want.
>
> --
> Ken Slovak... |
| ItemChange event saves item - triggers itself - Help! |
gorfbox@gmx.de |
0 / 4 |
24 Dec 2007 |
| On 23 Dez., 22:28, "Dmitry Streblechenko" <dmi...@dimastr.com> wrote:
> Or first compare the old and new values before setting them - if they are
> the same, there is no reason to set the properties anew and save the item.
Hello Ken and Dmitry,
Thanks for the responses, I decided to go with Dmitry's suggestion,
basically I checked to see if something changed, and only saved if... |
| Printing multiple email messages causes Outlook to crash |
Anand.V.V.N |
0 / 8 |
21 Dec 2007 |
| Hi,
You can write the macro to dump the contents on the body text into work
document in the outlook VBA editor. Are you comfortable in VBA?
It should be a very simple process. First move all your mils into the
desired folder, that you are doing any way. Then for each mail item in that
folder, get the body text of the email into a word document. This you can
achieve by creating a... |
| An automatic category to all my meetings |
JP |
0 / 7 |
17 Dec 2007 |
| Sorry about that. I was not thorough enough in my response. Paste the
code into ThisOutlookSession module, then add these lines to the
Application_Startup event:
Dim objNS As Outlook.NameSpace
Set objNS = Application.GetNamespace("MAPI")
Set Items = objNS.GetDefaultFolder(olFolderInbox).Items
Make sure you save, close and restart Outlook before testing the code.
Usually I set a... |
| Formatting lost when doing MailItem.Reply |
n777krish |
0 / 3 |
13 Dec 2007 |
| On Dec 14, 2:31 am, Anand.V.V.N <Anand...@discussions.microsoft.com>
wrote:
> Hello,
> This might help, check if you can use htmlbody to preserve formating?
> --
> "Who will guard the guards?"
>
>
>
> "n777krish" wrote:
> > Hi All,
>
> > I have the following problem:
> > Through Code I need to Reply to an e-mail selected in the Outlook
> > Explorer (code below that I am running in... |
| VBA Editor Keeps Appearing |
JP |
0 / 2 |
13 Dec 2007 |
| This happens to me sometimes (in OL2003) if I edit some code and then
don't save & restart OL.
HTH,
JP
On Dec 3, 3:21 pm, "Chris Boorman" <c...@microsoft.com> wrote:
> I wrotea Outlook 2007 macro , and now each morning when I come in to work, I
> log onto my machine and find that the Microsoft Visual Basic Editor is open!
>
> Any idea why this is happening (and how to get it to... |
| need to know who is the sender |
Ken Slovak - [MVP - O... |
0 / 2 |
12 Dec 2007 |
| When the reminder fires you get the Item property of the Reminder item and
that's the item that caused the reminder. If it's an appointment item you
can then get the Organizer property.
--
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... |
| MfUڦU |
ip |
0 / 1 |
11 Dec 2007 |
| ... |
| Save sent mail |
Sue Mosher [MVP-Outlook] |
0 / 2 |
11 Dec 2007 |
| You need to trap it in the Sent Items folder. Use the MAPIFolder.Items.ItemAdd event.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"aEva" <aEva@discussions.microsoft.com> wrote in message news:96CBEA14-6760-4D43-B8B5-3D0C334E5D2F@microsoft.com...
>... |
| Unbound controls |
Alexander Mueller |
0 / 1 |
10 Dec 2007 |
| Hi
I'd like to know two things:
1) How is it possible to not bind a control (TextBox/ListBox)
on a Outlook form that edits a contact item to a certain
field/Property?
I want a ListBox to display a number of strings in
checkbox-mode (Liststyle = 1, MultiSelect = 1)
It seems not to be possible in the standard Property-page because
the textbox field for possible values is... |
| Automated mailings with Outlook/Exchange Server from Office Ap |
Sue Mosher [MVP-Outlook] |
0 / 4 |
08 Dec 2007 |
| Since you are not using mail merge, as your original post implied, see http://www.outlookcode.com/article.aspx?ID=52 for your options. Actually using Word's mail merge capability would be another solution, not covered on that page.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.... |
| Get mailbox exchange server name |
Ray N |
0 / 2 |
08 Dec 2007 |
| I want to programmatically retrieve user's mailbox exchange server name in
Outlook. Of course, after user logging in.
Outlook 2007 has an ExchangeMailboxServerName property on the NameSpace
object. What can I do if I want to get same information in previous version,
e.g. Outlook 2003.
Thanks
Ray... |
| How to catch evenement when i click "New Mail" or "Response" with outlook 20... |
Sue Mosher [MVP-Outlook] |
0 / 2 |
06 Dec 2007 |
| The event that fires when a new message appears is Inspectors.NewInspector.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"sylvain" <sjeanpetit@index-education.fr> wrote in message news:12065285-A2FD-4571-A184-E61108832396@microsoft.com...
> Hi,
>... |
| display folder in address book checkbox with cdo/mapi |
OSI Mik |
0 / 7 |
05 Dec 2007 |
| Yes, that explain the reaction of my software. The change of these values is
useless with LogonExchangeMailbox
then I divide my program in two functions. One on Exchange serveur with CDO
and one on client machine with outlook (ShowAsOutlookAB).
Thank you very much for your help, I anderstand better the outlook structure
now. :-)
Osimik
"Dmitry Streblechenko" <dmitry@dimastr.com>... |
| Export from access to outlook public folder using VBA |
Ken Slovak - [MVP - O... |
0 / 5 |
04 Dec 2007 |
| Dim colItems As Outlook.Items
Dim strFilter As String
Set colItems = cf.Items ' Items collection
If ![contactID] <> "" Then
Set c = Nothing ' make sure it's null
strFilter = "" ' ditto
' use the "User1" property, usually unused. Construct a filter using
User1 and the contactID value.
' the value of contactID is a string, enclose it in quotes.
' see the Object... |
| Auto Schedule Send Mail in pre-defined intervals via VBA |
Michael Bauer [MVP - ... |
0 / 2 |
03 Dec 2007 |
| Please don't double post. See answer in *.program_vba.
--
Best regards
Michael Bauer - MVP Outlook
Synchronize Color Categories & Ensure that Every Item Gets Categorized:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Sun, 2 Dec 2007 20:48:24 +0300 schrieb Michael Avidan:
> Hi all,
> I wonder, is there a ready&working VBA code that I can... |
| obtaining the currently highlighted date in the outlook calendar and obtainin... |
Sue Mosher [MVP-Outlook] |
0 / 6 |
02 Dec 2007 |
| To find all appointments in a date range, use the MAPIFolder.Items.Restrict method; see http://www.outlookcode.com/article.aspx?id=30
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Sean Farrow" <sean.farrow@seanfarrow.co.uk> wrote in message... |
| Auto form fill |
UkJay |
0 / 3 |
01 Dec 2007 |
| n/p I sussed it
James
http://www.ukjay.co.uk
On 24 Nov, 09:41, UkJay <j...@ukjay.co.uk> wrote:
> I thought this task would have been a piece of proverbial?
> I was wrong?
>
> Jameshttp://www.ukjay.co.uk
>
> On 23 Nov, 12:33, UkJay <j...@ukjay.co.uk> wrote:
>
>
>
> > Hi
>
> > There are a few sites that I have to fill in a log on form that
> > doesn't use cookies
> > I... |