| Thread | Last Author | Messages read/total | Date |
|---|
| custom report |
Sue Mosher [MVP-Outlook] |
2 / 2 |
21 Nov 2007 |
| See http://www.slipstick.com/addins/calendar_print.asp for links to Word macros that use Outlook data to make more flexible calendar printouts. Those should give you some ideas.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"smk23" <smk23@discussions.... |
| adding custom properties to message |
Ken Slovak - [MVP - O... |
2 / 2 |
19 Nov 2007 |
| You can add UserProperties to items. I'd say that if you end up with lots of
folders then your bandwidth needs for monitoring lots of folders would
impact performance. I'd probably recommend using fewer folders and using
categories to group items within those fewer number of folders.
Go to www.outlookcode.com for information on Outlook development and lots of
code samples.
--... |
| Add attachments to message via VB.NET 2005 |
Jac Tremblay |
6 / 6 |
13 Nov 2007 |
| Hi again, Sue,
I guess I will have to look again through all the different options available.
Right now, I'm going to try Redemption and will see what it does.
Thanks for the information. It will save me time.
--
Jac Tremblay
"Sue Mosher [MVP-Outlook]" wrote:
> Go with MAPI? Extended MAPI is not supported in managed code. And if you're thinking about MAPI.Session, that's CDO 1.... |
| Importing data Excel - Outlook |
Luc Martens |
1 / 1 |
11 Nov 2007 |
| When I export the data form "Agenda" or "Tasks" in Outlook there is no field
that contains the 'persons' - with other words there is no 'To' field. Is
there a possible solution to automaticaly fill this field ("To"-field) when
you import the data from a Excel-file that contains data for this field. Now
I have to fill this field record by record manually.
Thanks
Luc... |
| Outlook uses wrong account to send messages |
Budget Programmer |
1 / 1 |
11 Nov 2007 |
| Hello,
I've had two Hotmail accounts (Professional and Personal) for years, and
have used them in Outlook Express, and now, with Windows Vista and Office
2007, I use Outlook. They behaved properly for months in this new
environment.
Then suddenly, in the last week or so, messages that I sent from my Personal
account appear as though they were sent from my Professional (default)... |
| 2003 Code throws error in 2007 - CreateObject |
Sue Mosher [MVP-Outlook] |
2 / 2 |
07 Nov 2007 |
| Symanctec is one of the client anti-virus programs that is known to cause problems with instantiating Outlook.Application, because at least some versions include an Outlook script blocker. Google will probably turn up what you need to know to disable it.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators... |
| E_ACCESSDENIED issue at Open attach |
Jonathan |
1 / 1 |
05 Nov 2007 |
| Hi all,
I am having an access denied issue on the first attachment of my msg file if the PR_ATTACH_NUM is 0.
here is my code:
if(SUCCEEDED (hResult = m_Message->Interface()->OpenAttach(attachRows->aRow[ctr].lpProps[1].Value.l, NULL, MAPI_BEST_ACCESS, &attach)))
{
if(SUCCEEDED (hResult = attach->GetProps((LPSPropTagArray)&sptCols, 0, &lCount, &vals)))
{... |
| Consulting Help |
Gregory Winters |
3 / 3 |
31 Oct 2007 |
| Thanks, Sue!
"Sue Mosher [MVP-Outlook]" wrote:
> You can send a message to outlook-dev-hire at yahoogroups.com with details of what you have in mind. Once the moderator approves your message, Outlook developers on the outlook-dev-hire list can respond directly to you if they're interested.
>
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
>... |
| form & folder fields to excel - reversed |
dzstudios |
2 / 2 |
30 Oct 2007 |
| Yipeeeee! I answered my own question by painstakingly taking stuff apart. For
any newbies who may ever have the same question, I've done it like this:
Sub MergeData()
Dim olApp As Object
Dim olNs As Object
Dim nms As Outlook.Namespace
Dim fld As Outlook.MAPIFolder
Dim itm As Object
'call excel application
Dim appExcel As Excel.Application... |
| Log in via Shared Add-in |
djalfirevic |
1 / 1 |
29 Oct 2007 |
| Hello!
I was wondering, are there any chances that I create new Command Bar button
and when user clicks on it, new dialog pops up, asking user to enter user
name and password. After user submits this information, Internet Explorer is
opened with site, for example, GMail and that Shared Add-in transfers values
in user name and password field on that site, and log on user.
Command... |
| Create Appointments in Outlook 2003 using ATL |
Samuel.cyprian@gmail.com |
1 / 1 |
29 Oct 2007 |
| Hi,
I have successfully created an Outlook add-in project in Visual Studio
2005.
I'm programming in ATL.
I'm wondering how one could create an appointment?
Here's some sample code...
STDMETHODIMP CConnect::OnConnection(IDispatch *pApplication,
AddInDesignerObjects::ext_ConnectMode /*ConnectMode*/, IDispatch
*pAddInInst, SAFEARRAY ** /*custom*/ )
{... |
| michael lalonde |
Mike Lalonde |
1 / 1 |
28 Oct 2007 |
| jaggg
http://www.freewebs.com/wandererartificialstupidity/
http://www.geocities.com/wandererartificialstupidity
http://wandererartificialstupidity.tripod.com
http://members.aol.com/lalonm/
http://www.wanderers.freewebweb.com/
michael lalonde news
michael lalonde sudbury
michael lalonde photos
michael lalonde sudbury photos
michael lalonde sudbury news... |
| Custom Textboxes on new mail message form for Outlook 2007 |
Sue Mosher [MVP-Outlook] |
4 / 4 |
24 Oct 2007 |
| For that kind of application, you'd need to build an add-in. MSDN has some good examples of working with form region events and controls.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Rudy" <Rudy@discussions.microsoft.com> wrote in message... |
| Outlook 2003 Appointment Form and Calendar Label |
Sue Mosher [MVP-Outlook] |
2 / 2 |
21 Oct 2007 |
| I think that's normal, if unexpected behavior, but I'm not sure which Label drop-down you're referring to.
Outlook 2007 does away with the problem by completely overhauling and combining the color label and category features.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.... |
| Send To: triggered from a combo box selection? |
Sue Mosher [MVP-Outlook] |
4 / 4 |
21 Oct 2007 |
| One approach is to use an array to fill a two-column combo box (see http://www.outlook-code.com/article.aspx?ID=32), optionally with the email column hidden. Depending on whether the combo box is bound to an Outlook property, you'd use either its Click event or the CustomPropertyChange event to set the Item.To property. That same web page covers both events.
--
Sue Mosher, Outlook MVP... |
| Help Designing Outlook Forms. Stop the chaos. |
ME |
3 / 3 |
21 Oct 2007 |
| Thank you Sue. Those were very helpful tips. Coding the form is now not
nearly as bad.
Thanks,
Matt
"Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message
news:unjsPw%23EIHA.3980@TK2MSFTNGP03.phx.gbl...
In a design session, Save is not the correct way to save the form so that
you can put it to use. Save As is good for making a backup copy as an .oft
file. But for... |
| Outlook today folder with a Web page |
MauricioPV |
1 / 1 |
17 Oct 2007 |
| Hi,
I had made a web page which have a windows .net user control embedded in an
object tag. This control runs ok in IE and if a browse this in Outlook it
also runs ok, BUT if a put this web page like the deafault web page of
OutlookToday folder this page loads but not the user control....
It seems like a security problem....
any idea??
thanks a lot,
Mauricio.... |
| printing forms |
Sue Mosher [MVP-Outlook] |
3 / 3 |
17 Oct 2007 |
| The XPrint tool is supported only in OUtlook 2000 and has serious limitations. See http://www.outlookcode.com/article.aspx?ID=24 for other approaches.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"MrBill" <MrBill@discussions.microsoft.com> wrote in... |
| HOWTO: Remove parenthesis for phone numbers in Outlook |
in (fu) riated |
1 / 1 |
16 Oct 2007 |
| Hello
Firstly, this auto formatting of telephone numbers is very annoying. Modern
INTERNATIONAL business uses a format similar to +CC NN NN NN NN where CC is
the country code and NN is the number.
To stop the parenthesis, either type +CCNNNNNNNN with no spaces, or simply
remove the + symbol and type CC NN NN NN NN.
Ommitting the spaces makes it difficult to read the number in... |
| "Outlook Today" background |
99XJ |
4 / 4 |
10 Oct 2007 |
| I found this... worked great!
http://articles.techrepublic.com.com/5100-6346_11-5149522.html
http://articles.techrepublic.com.com/5100-6346-5153526.html
"Brian Tillman" <tillman1952@yahoo.com> wrote in message
news:uZ0hUhmCIHA.4308@TK2MSFTNGP06.phx.gbl...
99XJ <rnwrede@yahoo.com> wrote:
> Ok... how does one go about doing that...?
http://support.microsoft.com/kb/236081/en-us... |
| UserProperties |
Jeff Moll |
6 / 6 |
06 Oct 2007 |
| As a work around, using the PropertyAccessor will get the custom values... no
idea why UserProperties doesn't work though... did you get them working?
ie:
CComVariant vVar =
spContact->PropertyAccessor->GetProperty("http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/My%20Custom%20Property");
"Jeff Moll" wrote:
> Hi
>
> I have a very similar... |
| Outlook 2007 applying forms |
Sue Mosher [MVP-Outlook] |
2 / 2 |
05 Oct 2007 |
| You need to:
a) Publish the form.
b) Make it the default for the Tasks folder.
c) Change the value of the MessageClass property on existing items to point to the class of your published form, e.g. IPM.Task.MyForm
See http://www.outlookcode.com/article.aspx?ID=39
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and... |
| Change standard appointment form |
Sue Mosher [MVP-Outlook] |
2 / 2 |
05 Oct 2007 |
| These pages should help:
http://www.outlookcode.com/article.aspx?ID=35
http://www.outlookcode.com/article.aspx?id=18
http://www.outlookcode.com/article.aspx?ID=39
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Kees van Amerongen"... |
| outlook stationary |
Sue Mosher [MVP-Outlook] |
2 / 2 |
03 Oct 2007 |
| Isn't this the same issue for which you already have a discussion going at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2213661&SiteID=1? It's best to keep going with the same discussion, which already has a lot of background posted.
Also, next time you post here, don't forget to include your Outlook version.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007... |
| Validating Checkboxes |
NoviceTemplateDesigner |
3 / 3 |
01 Oct 2007 |
| Oh, this is OutLook 2000.
"NoviceTemplateDesigner" wrote:
> Hi there,
>
> I am not a developer but have been asked to develop a outlook template
> replacing a paper form. I have done my design, however, I have some
> selection checkboxes.
>
> If one checkbox is ticked, I want to email the form to a particular person.
> I have in my validation formula:
>
> [s1] <> ""
>... |
| Saving Custom Message form changes in Outlook 2007 |
Rudy |
3 / 3 |
25 Sep 2007 |
| I created the textboxes on the Message tab of the form. Which tab has the
Read layout and what should be here?
"Sue Mosher [MVP-Outlook]" wrote:
> Did you make the changes on both the Compose and Read layouts of the message form?
>
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
>... |
| Synchronising a Sharepoint 2007 contact list with Outlook 2007 |
Rudy |
1 / 1 |
18 Sep 2007 |
| I a modified new message form which I have added addtional text boxes such as
Name, Phone, Dept, etc. I want to be able to type someones name in the Name
field and see if it will pull the other relevant details from a Sharepoint
2007 Contacts list (ie the Phone, Dept values, etc) and display the data in
the additional text boxes on my new message form.
I know you can go to the... |
| Outlook AppointmentItems don't seem to calcuate time correctly ??? |
dtoland |
1 / 1 |
18 Sep 2007 |
| Hi Sue and all.
We are in: Time GMT -5 Eastern Standard
I am reading the appointments from approximately 48 rooms to display a
schedule for meetings that we use room resources for scheduling meetings. In
reading the appointments I am getting the recurring appointments, generating
the recurring appointments according to the pattern, removing the deleted
exception appointments then... |
| AutoFormattingRules and Filter |
Gilles |
7 / 7 |
17 Sep 2007 |
| Yes it still work when i switch folders, close then restart outlook without
initialize again the filter. My emails keep the font and the color that I
defined in the rule. All work as if I build the rule manually. The only
thing which don't work is when I go to "organize" then go to the advanced
option of my autoformatting rule, Outlook don't show the filter but the rule
work as if... |
| Problem with HrOpenExchangePrivateStore in XP 64 bit |
Afk_kk |
2 / 2 |
11 Sep 2007 |
| Hi,
The application is crashing at the call HrMAPIOpenFolderEx in 64 bit OS,
while the same code is worknig fine on 32 bit OS...
Thanks in Advance,
Cheers,
"Afk_kk" wrote:
>
> Hi,
>
> Iam using mapi code to add a attachment to a form using Extended Mapi. This
> code is working fine on 32 bit XP. But same code is causing lots of problems
> in 64 bit XP OS. The same... |
| Can't connect Outlook via VPN |
terzak |
1 / 1 |
10 Sep 2007 |
| Up until 2 weeks ago we could login using VPN, start Outlook and it would
work fine. Now we login and it opens Outlook, but tries for 5-6 minutes to
connect before saying unable to connect working off line.
This is happening only on a fine systems not all.
Thanks
Terry... |
| question regarding outlook 2003 |
Sue Mosher [MVP-Outlook] |
2 / 2 |
10 Sep 2007 |
| See http://www.outlookcode.com/article.aspx?ID=52
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Jonathan" <zjonathan2004@gmail.com> wrote in message news:OgA92H48HHA.484@TK2MSFTNGP06.phx.gbl...
> Is it true that outlook 2003 blocks anything that... |
| mapi utils |
Jonathan |
1 / 1 |
08 Sep 2007 |
| Hi all,
I am developing a snippet for extraction of msg propeties, I am using outlook 2003. Now my problem is the current mapi_utils does not extract the PR_HTML body which I need to show the embedded files in the body and the right format of the body as well.
The current mapi_utils are only applicable upto outlook 2000.
Please help me
Thank you,
Jj... |
| VbScript Error Help! |
Laurie |
3 / 3 |
07 Sep 2007 |
| On Sep 7, 6:37 am, "Ken Slovak - [MVP - Outlook]" <kenslo...@mvps.org>
wrote:
> Are you positive that PosOne isn't 0?
>
> --
> Ken Slovak
> [MVP - Outlook]http://www.slovaktech.com
> Author: Professional Programming Outlook 2007
> Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm
>
> "Laurie" <LaurieLeVan...@cox.net> wrote in message
>
>... |
| Can I create an acount type? |
Ken Slovak - [MVP - O... |
2 / 2 |
07 Sep 2007 |
| You would need to write a MAPI store provided if I understand your question
correctly. That has to be written using Extended MAPI in either C++ or
Delphi and is not a task for the faint hearted or those not experienced with
Extended MAPI programming. You can google for information about custom MAPI
store providers to see what's entailed.
--
Ken Slovak
[MVP - Outlook]
http://www.... |
| Create Form in Outlook 2007 (usable in O2003) |
Sue Mosher [MVP-Outlook] |
2 / 2 |
05 Sep 2007 |
| See http://www.outlookcode.com/article.aspx?ID=39, under Substitute Default Form.
Don't people send to recipients outside the organization?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Rudy" <Rudy@discussions.microsoft.com> wrote in message... |
| mail merge from Word |
skeddy |
2 / 2 |
03 Sep 2007 |
| On Sep 3, 10:15 pm, skeddy <skedg...@gmail.com> wrote:
> I have Word 2002 SP3 and Outlook 2002 SP3. In Outlook I use Word to
> compose emails. In the past I have done a mail merge between them
> without any problem. All of a sudden it doesn't seem to work right
> anymore.
>
> I set up a document in Word with a separate data source. When it is
> ready to be mailed, I click on Merge to... |
| Open a custom form from within another custom form |
Ken Slovak - [MVP - O... |
0 / 1 |
28 Aug 2007 |
| Either folder.Items.Add(customMessageClass) or
Application.CreateItem(itemType) will work. If you use CreateItem() then
specify the MessageClass for the new item after you create 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... |
| Outlook Repeating Appointments Storage Format |
Bhargav |
0 / 1 |
17 Aug 2007 |
| Thanks a lot Ken.
Bhargav.... |
| Re:Symantec vs. Outlook |
Manju |
0 / 1 |
17 Aug 2007 |
| Hi,
I am also facing the same problem, Can u give me a solution for that.
Regards
Manju... |
| Outlook Repeating Appointments Storage Format |
Bhargav |
0 / 3 |
16 Aug 2007 |
| Ok so one of the reason was backward compatibility. Do you see any other advantages of using this Model.
Thanks,
Bhargav... |
| Re:Symantec vs. Outlook |
Mark Bryant |
0 / 1 |
15 Aug 2007 |
| Then you ever receive a response to this problem? Did it resolve your issue?... |
| Re:Symantec vs. Outlook |
Mark Bryant |
0 / 1 |
15 Aug 2007 |
| Then you ever receive a response to this problem? Did it resolve your issue?... |