| Thread | Last Author | Messages read/total | Date |
|---|
| Re:Symantec vs. Outlook |
Lance Collie |
0 / 1 |
10 Jul |
| What tool?
url:http://www.ureader.com/msg/1102409.aspx... |
| Custom Task Form |
Sue Mosher [MVP-Outlook] |
0 / 2 |
10 Jul |
| See my response to your post in the microsoft.public.outlook.program_forms
forum.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"HDS Tom" wrote:
> Hi All!
>
> I work with a vendor who maintains a database for me containing property
>... |
| Direct access to an OST file |
Stephen Griffin |
0 / 2 |
01 Jul |
| Nope.
"WGB" <witek.busse@touchnet.com> wrote in message
news:ej00ke42IHA.2580@TK2MSFTNGP06.phx.gbl...
> Are there any SDK's which will allow programmers to access an OST file
> directly? I am working on a project building indexing software and I
> would like to access the OST file without using Outlook - I want to avoid
> using extended MAPI.
>
> Thanks
>
> WGB... |
| Hate Your Job? |
btb.102@ntlworld.com |
0 / 1 |
29 Jun |
| Do You Hate Your Job?
If You Are Like Me And REALLY Hate Your Job, You Can Do What I have Done And
Tell All About Your Company At A Great And CHEAP New Site Called
Dont Work For These . Com
http://www.dontworkforthese.com
This Site Has Chat Rooms,
A Joke Section,
A Great Story Section Where You Can Tell All The Funny Or Stupid Things That
Happen Or Have Happened To You During Your... |
| How to publish a form on the system |
Sue Mosher [MVP-Outlook] |
0 / 2 |
25 Jun |
| Both you and your colleague must publish the form to your Personal Forms library, using the same message class and leaving the "send form definition with item" box unchecked.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Mukesh" <mukdatabase@gmail.... |
| Drag & drop a file to a outlook message |
Ken Slovak - [MVP - O... |
0 / 2 |
25 Jun |
| Outlook doesn't expose any drag and drop events or properties but you can
try getting the item and handling its AttachmentAdd() event.
--
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
"Anil" <aesapathi@hotmail.com> wrote in... |
| Custom Forms - What's Possible? |
Brian Tillman |
0 / 6 |
25 Jun |
| Rick Brandt <rickbrandt2@hotmail.com> wrote:
> Hmm, not on my news server. I'll check Google.
Then use Microsoft's server:
news://msnews.microsoft.com/microsoft.public.outlook.bcm
--
Brian Tillman [MVP-Outlook]... |
| Adding attachments to Outlook 2002 Form (email) |
Jeremy |
3 / 3 |
24 Jun |
| Thank you..Motrin...look out!... |
| Sort by Month |
cadfgrd@aol.com |
0 / 1 |
18 Jun |
| I am trying to customize a sort by month but the help within Outlook only takes me so far :? . Basically i would like to have a sort by month added to the right click sort options.
In Custom View i tried creating both a Field & Group By called "Month" but didn't get anywhere. Show Fields gave me the option to create a New Field but the date/time type was limited. Then i tried formula and... |
| Emailing personalized forms not working |
Sue Mosher [MVP-Outlook] |
0 / 4 |
17 Jun |
| If you don't have Exchange, each person must publish it to their own Personal Forms library with the same message class and the "send form definition with item" box unchecked. Email them the .oft file with instructions to save it to the hard drive, open it with Tools | Forms | Choose Form, then publish it.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:... |
| Select Folder |
Ken Slovak - [MVP - O... |
1 / 2 |
16 Jun |
| No. You'd have to create your own select folder dialog.
--
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
"Kidd" <rajeen.ravindran@gmail.com> wrote in message
news:urhJ412zIHA.3884@TK2MSFTNGP05.phx.gbl...
> Is there a way that i... |
| Set Focus on Outlook Folder |
Sue Mosher [MVP-Outlook] |
1 / 2 |
15 Jun |
| No, it is not possible to pre-select a default folder in the Select Folder dialog.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Kidd" <rajeen.ravindran@gmail.com> wrote in message news:uGJYEtezIHA.5832@TK2MSFTNGP02.phx.gbl...
>I used the
>... |
| Differentiate a PST and an Outlook Exchange mail server file?? |
Kidd |
0 / 5 |
14 Jun |
| The following code solved my requirement in vc++
CString csTemp;
long hexNumber;
hexNumber = strtol(tempRepStr, NULL, 16);
csTemp.Format("%c",hexNumber);
ret += csTemp;
Thanks,
Rajeen R... |
| Outlook form sometimes don't display control content |
Sue Mosher [MVP-Outlook] |
0 / 4 |
13 Jun |
| David, please define what you mean by "the same issue" and the "same error." Otherwise, there's little context for understanding your error. Information on the type of item (contact, appointment, etc.) and where the form is published is also essential.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators... |
| find the deleted record id |
Kidd |
0 / 9 |
02 Jun |
| Hi Ken,
Sorry for the late response.
Thanks for the guidance. It worked perfectly for default contact.
Thanks,
Rajeen... |
| Programming Outlook 2007 |
|
0 / 2 |
26 May |
| If you want your custom interface to be displayed in the preview pane, you
must use a custom form region:
Getting Started with Creating Form Regions:
http://msdn.microsoft.com/en-us/library/bb208204.aspx
You cannot add your custom buttons to existing Ribbon Groups, but you can
create your own Group or Tab.
Customizing the Ribbon in Outlook 2007:
http://msdn.microsoft.... |
| Help! Convert Incoming Mail to Custom Format |
Victor Ivanidze |
0 / 5 |
22 May |
| See
http://ivasoft.com/cmclass.shtml
http://ivasoft.com/cmclasspf.shtml
Regards,
Victor Ivanidze
"Logan" <logan@ss-it.com> wrote in message
news:%232equqRsIHA.1436@TK2MSFTNGP05.phx.gbl...
> elegaultZZZ,
>
> Thanks so much for the reply.
>
> The first approach won't necessarily work as we will also have emails
> coming from an outside source (i.e. customers).
>
> The second... |
| jamba handylogo freewarejamba handy logos for freejamba handylogo editorgrati... |
kmwkawrt@yahoo.com |
0 / 1 |
21 May |
| jamba handylogo freeware
jamba handy logos for free
jamba handylogo editor
gratis logos fuers handy
st pauli jamba handylogo
+
+
+
+ + + JAMBA HANDY LOGO + + + JAMBA HANDY LOGO + + +
http://jhku.net/HANDY-LOGO-JAMBA/
http://jhku.net/HANDY-LOGO-JAMBA/
http://jhku.net/HANDY-LOGO-JAMBA/
+
+
+ + + JAMBA HANDY SPIELE + + + JAMBA HANDY SPIELE + + +
http://jhku.... |
| generique pharmacie us usagenerique pharmacie en Francecommander zocor en Fra... |
kmwkawrt@yahoo.com |
0 / 1 |
19 May |
| ... |
| www single kontaktanzeigen orgkostenlose kontakt anzeigenkontaktanzeigen in b... |
kmwkawrt@yahoo.com |
1 / 1 |
16 May |
| ... |
| How to disable custom forms for outlook 2007 |
|
0 / 6 |
15 May |
| I didn't realize your were using C++ and MAPI directly - I have no
experience there to help you - sorry.
--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
Collaborative Innovations
-> Try Picture Attachments Wizard For Microsoft Outlook <-
Web: http://www.collaborativeinnovations.ca
Blog:... |
| defend against Operation Sudden Fall |
Otto.Kocieda@dea.gov |
1 / 1 |
09 May |
| Law enforcement is now intercepting text messages,
as proven by Operation Sudden Fall in San Diego.
http://www.usdoj.gov/dea/pubs/states/newsrel/sd050608.html
http://www.signonsandiego.com/news/education/20080506-1338-bn06sdsu2.html
Don't let your personal SMS/text messages fall into
the wrong hands. Encrypt your messages with one
of these:
http://www.CryptoSMS.org... |
| can't get rid of signature file |
gls858 |
0 / 5 |
08 May |
| elegaultZZZ@REMOVEZZZmvps.org wrote:
> And the signature can't be edited/removed from the Signatures dialog?
> Is it possible that new mail is based on a custom form or .oft file that
> has his signature already embedded?
>
I think I may have stumbled on something on the MSKB. In 2003 Word can
be selected as you e-mail editor in 2007 it assigned by defualt. In 2003
if Word was used... |
| Bug with Outlook 2007 form region custom actions |
akha |
0 / 1 |
06 May |
| Hello,
I'm using VSTO 2005 SE to develop Outlook 2007 add-in.
I've created a custom replaceAll-formregion for my mail messages that
have a custom message class (IPM.Note.MyClass).
In the form region manifest I've specified custom reply/replyAll/
forward-actions that'll create a new mail messages using the same
custom message class (<targetForm> = IPM.Note.MyClass).
Unfortunately,... |
| Highlight a contact? |
Kidd |
0 / 5 |
30 Apr |
| Thanks for the response.... |
| Sending Options - "Control Enter" |
Sue Mosher [MVP-Outlook] |
0 / 2 |
23 Apr |
| Write code for the Application_ItemSend event handler, e.g.:
Private Sub Application_ItemSend _
(ByVal Item As Object, Cancel As Boolean)
intRes = MsgBox("Do you want to send this message?", _
vbQuestion + vbYesNo, "Confirm")
If intRes = vbNo Then
Cancel = True
End If
End Sub
See http://outlookcode.com/article.aspx?id=49 if you're just... |
| Getting just recieved email data |
ziros |
0 / 3 |
23 Apr |
| Thakns Help a lot !
"Sue Mosher [MVP-Outlook]" wrote:
> Use NewMailEx, not NewMail. NewMail gives you no information about which message is new. NewMailEx gives you a delimited string of EntryID values.
>
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.... |
| Reading subject() from meeting item (Outlook2003) |
Ken Slovak - [MVP - O... |
0 / 7 |
18 Apr |
| So create a public property in the Connect class that returns the Inspector
object. Not much of a problem.
// in Connection:
private Outlook.Inspector _inspector;
public Outlook.Inspector Inspector
{
get
{
return _inspector;
}
}
// from the other class:
Outlook.Inspector myInspector = Connect.Inspector;
You could also pass an Inspector object to the... |
| Outlook form not displaying updated data |
terry_morris@spectrum... |
0 / 1 |
14 Apr |
| Hi,
We are using Outlook 2003 against Exchange 2000. We have public
folders which contain records, and custom forms which display the
records in a user friendly way.
If user A updates a record in their outlook, then user B looks at it,
sometimes the form shows them the updated record, and sometimes it
does not. When everyone was on outlook 2000 this did not happen.
This is a... |
| item_open event firing twice while searching a contact ! |
Ken Slovak - [MVP - O... |
4 / 5 |
14 Apr |
| No, MessageClass only applies to Outlook forms and more specifically in this
case custom Outlook forms.
I don't see how you could be getting a second Item_Open if you aren't
opening an Outlook item but are opening a custom Windows form. When the
Outlook item opens you should be populating your Windows form with the
details from the Outlook item and then cancelling the opening of the... |
| Unable to open Outlook after .net update |
Paul2008 |
0 / 3 |
14 Apr |
| I ran into the same problem. Apparently TurboTax 2007 requires the
installation of .NET Framework. Once .NET Framework was installed I could
not longer get into my Outlook 2007 because the Business Contact Manager
(which I do not use) encounters a problem. I had to go back to a previous
restore point using the Windows Help and Support from the Start menu. It
looks like I will not... |
| How to send an e-mail from a outlook form |
Sue Mosher [MVP-Outlook] |
0 / 4 |
08 Apr |
| Please show your procedure declaration. Do you get any errors? Does other code on the form run?
Note that VBScript does not support data types in variable or procedure declarations, so you need to comment out any As clauses.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.... |
| 181 bloqueador veicular sem mensalidades -http://bloqueadorgsm.vilabol.uol.co... |
bloqueador sem mensal... |
1 / 1 |
04 Apr |
| ... |
| Outlook Not Displaying Hotmail Inbox |
Lawrence |
0 / 1 |
04 Apr |
| Hello,
How come when I jump to Hotmail Inbox, it displays "There are no items to
show in this view"? If I go to Send Items, there are items, but Inbox is
blank? Sometimes it display, but most of the time I get that error message.
Is there some issues with Outlook displaying hotmail inbox? Any fix for this?
FYI, I have Outlook Connector installed, but obviously the error message... |
| Outlook Form To Collect Info and Create New Message |
Sue Mosher [MVP-Outlook] |
0 / 4 |
02 Apr |
| >> One more question - Are the forms sent in form of an xml message?
No. Outlook custom forms use a proprietary TNEF wrapper (Winmail.dat).
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
<irockinphx@gmail.com> wrote in message... |
| How to read an outlook form in a Web application |
irockinphx@gmail.com |
0 / 3 |
02 Apr |
| ... |
| classic veiw |
AI+Denver |
0 / 1 |
02 Apr |
| Hi all,
I'm using M$ Office 2007
How can I change the classic veiw? I mean same as 2003.... |
| Signature/Logos received as an attachment |
Phefos |
0 / 1 |
01 Apr |
| Hi,
I'm using Outlook 2007 and when I receive emails with signatures/logos I
receive them as attachments. Can some please help.
Thank you... |
| IRibbonExtensibility and Exchange Client Addin |
Dmitry Streblechenko |
0 / 2 |
31 Mar |
| Outlook will only QI for IRibbonExtensibility if your class is a COM add-in.
Nothing however prevents you from implementing a COM add-in in the same dll
or even the same class as your ECE.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Devansh" <devansh.mittal@gmail.com> wrote in message... |
| design a form menu is disabled |
Danyi, Attila |
0 / 1 |
26 Mar |
| Could anybody help me? I can not reach the form designing capability on
Outlook 2007. The design a form menu is gray. OS: Vista x32. Account to
Exchange Server 2003. The choose form is available. I am an local admin.
Any suggestion?
Any help would be appreciated.
Regards,
d.a.... |
| Get my data view and edit into outlook. |
Sue Mosher [MVP-Outlook] |
0 / 3 |
25 Mar |
| In addition to Ken's ideas, there are some tools and APIs to help synchronize with an existing Outlook store. See http://www.outlookcode.com/article.aspx?ID=25
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Jean Paul Mertens" <ON7AMI@newsgroups.nospam>... |
| Fields in Form, Folder and Item |
Sue Mosher [MVP-Outlook] |
0 / 2 |
25 Mar |
| > I am very confused. I thought when I created custom fields in the item (by clicking New in the Value tab of the properties window of a control) that was creating the field in the folder, the form and the item.
What folder? If you started the form design session by creating a new item in the target folder and then using its Design This Form command, then the fields would be in that folder.... |
| Active content that can not be displayed in the Reading Pane? |
Hombre |
0 / 11 |
20 Mar |
| ... |
| Seaching User Defined Fields |
Thatch |
0 / 1 |
19 Mar |
| I have installed Outlook 2007 with the new search capability. However, does
anyone know how to search user defined properties? Also, how can I expand on
the fields to search for?... |
| Convert HTML into OFT format? |
Sue Mosher [MVP-Outlook] |
0 / 2 |
17 Mar |
| You can use the macro snippet in an Outlook VBA procedure to create a new message and load your HTML into it:
Sub MakeHTMLMsg()
Set objMsg = Application.CreateItem(olMailItem)
Set fso = CreateObject("Scripting.FileSystemObject")
Set ts = fso.OpenTextFile("c:\testfile.htm", 1)
strText = ts.ReadAll
objMsg.HTMLBody = strText
objMsg.Display
Set fso = Nothing... |
| UserProperty in response from meeting request recipient |
Sue Mosher [MVP-Outlook] |
1 / 2 |
11 Mar |
| No, that's not possible. First, it is not possible to exchange custom property data without a custom form that contains the property definitions and is published to a location where both userse can access the published form definition. Furthermore, in the case of a meeting request, there is no mechanism to send custom property data back in an acceptance. The hidden form used for an acceptance... |
| Form not sending mtg request through "Scheduling" tab |
Jennimil |
0 / 1 |
10 Mar |
| I created a custom conference room scheduling form, here's the issue...
When I open the form from my calendar (File, New, Choose Form -
Organizational Forms Library) , the form opens, I go to the Scheduling Tab
and add "Conference Room 2A" as a resource (I have even added it as just a
recipient too). Then I add my recipients. I send it and the meeting request
fires just fine to all... |
| Form not sending mtg request through "Scheduling" tab |
Jennimil |
0 / 1 |
10 Mar |
| I have created a custom meeting request form for scheduling conference rooms
and conference resources. The form is the default on several different
conference room calendars but our users also have the option of opening it
from their own calendars and booking the room through the "Scheduling" tab.
But here is the problem...
I open the form from my calendar (File, New, Choose Form -... |
| Unable to publish outlook form |
Gootee |
2 / 5 |
08 Mar |
| ... |
| Message body does not function properly |
Sue Mosher [MVP-Outlook] |
0 / 9 |
03 Mar |
| Yes, there's a relatively easy way to do this: Use VBA code to set a value for the standard BillingInformation property to hold the job number. You could use the Application_ItemSend method to prompt you for that value. Or, you could modify a table view to include that field, turn on in-cell editing, and edit it in the view itself.
With that approach, you cannot, however, control what... |