Forum: Outlook - Using Forms
October 2nd 09, 10:46 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 783
|
Forum: Outlook - Using Forms
October 2nd 09, 09:56 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 783
|
Forum: Outlook and VBA
October 2nd 09, 06:30 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,129
NewMailEx Only provides First e-mail in inbox
Don't use a MsgBox to test any kind of automatic processing, because it's
modal and will stop execution while the box is displayed. Use Debug.Print
instead.
If you're working with an Exchange...
|
Forum: Outlook - Using Forms
October 2nd 09, 06:23 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 517
|
Forum: Outlook and VBA
October 2nd 09, 05:41 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 431
|
Forum: Outlook - Using Forms
October 2nd 09, 05:39 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 1,867
Attachment.PathName is always blank
That folder really isn't useful for your scenario, because (a) unless an
explicit location is set in the registry (which is rare), there's no
guarantee that you'll be able to find it and (b) the...
|
Forum: Outlook - Using Forms
October 2nd 09, 05:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 1,867
Attachment.PathName is always blank
No.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"BuddyWork"...
|
Forum: Outlook - Using Forms
October 2nd 09, 04:58 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 1,867
Attachment.PathName is always blank
That's perfectly normal if the attachment is contained in the item. There is
no external path in that case. The PathName will always be blank unless the
attachment is actually a shortcut to an...
|
Forum: Outlook and VBA
October 2nd 09, 04:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 431
|
Forum: Outlook and VBA
October 2nd 09, 03:00 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 6
Views: 695
Print Using Code Without Defaults
Not really, given that Outlook is not a document-centric application and
that much of the point of email is to replace paper communications.
--
Sue Mosher, Outlook MVP
Author of Microsoft...
|
Forum: Outlook - Using Forms
October 2nd 09, 02:59 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 461
Form Fields don't display when message sent
Please read the article at http://www.outlookcode.com/article.aspx?id=61
about where the form must be published and about the separate compose and
read layouts.
--
Sue Mosher, Outlook MVP
...
|
Forum: Outlook - Using Forms
October 2nd 09, 02:58 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 420
Transfer Form to other pc's
It's in your Personal Forms library, which is a hidden folder. Did you save
a backup copy as an .oft file? If so, you can give that to other people with
instructions on how to publish it to their...
|
Forum: Outlook - Using Forms
October 2nd 09, 02:56 PM Posted to microsoft.public.outlook.general,microsoft.public.outlook.program_forms
|
Replies: 3
Views: 801
Template with drop down
"Similar to a Word template" doesn't really match up with what you can do
with Outlook forms. You'll only get frustrated if you have as your ideal
something that looks like Word. Instead, try to...
|
Forum: Outlook - Using Forms
October 1st 09, 11:49 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 470
|
Forum: Outlook - Using Forms
September 30th 09, 09:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,306
Script only runs on my PC
This is so very, very basic that you need to learn it, so I'm not going to
give you the answer, only hints. You already seem to know that you can
combine content strings with the & operator. What...
|
Forum: Outlook - Using Forms
September 30th 09, 07:50 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,306
Script only runs on my PC
Rearrange the order of the three terms in the expression that sets the new
value of Item.Body.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power...
|
Forum: Outlook - Using Forms
September 30th 09, 07:00 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,306
Script only runs on my PC
1) Item.Body = Item.Body & vbCrLf & Now()
2) http://support.microsoft.com/?id=840393
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and...
|
Forum: Outlook - Using Forms
September 30th 09, 06:35 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 431
Outlook 2007 Signature
Forget about using this or any other widget in a signature. Outlook doesn't
allow code to run in received messages. Many other mail programs probably
don't either. It's a security issue.
--
Sue...
|
Forum: Outlook - Using Forms
September 30th 09, 06:33 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,306
Script only runs on my PC
1) Yes, Now() is the correct function. Concatenate with to your existing
expression used to set Item.Body.
2) In what version of Outlook?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook...
|
Forum: Outlook - Using Forms
September 30th 09, 04:43 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,306
Script only runs on my PC
The form must be published to the Organizational Forms library with the
"send form definition with item" box on the (Properties) page in the
designer unchecked.
--
Sue Mosher, Outlook MVP
...
|
Forum: Outlook and VBA
September 30th 09, 02:45 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 726
|
Forum: Outlook and VBA
September 29th 09, 11:26 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 726
comparing and subtracting sent and received dates
So, just what kind of help are you looking for? Confirmation that this is
feasible? (Can't say at this point, without knowing what information might
be available to correlate the messages received...
|
Forum: Outlook - Using Forms
September 28th 09, 08:12 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 20
Views: 1,986
can't access forms
Managing permissions for folders on your hard drive is not an Outlook
feature. Use Windows Explorer for that.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
...
|
Forum: Outlook and VBA
September 28th 09, 02:35 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,173
Macro to run on Open
That requires an event handler, not a macro. Since you're new to VBA, I
would suggest that you stick to the macro approach and write one that starts
by loading the .oft file:
Sub MyMacro
...
|
Forum: Outlook - Using Forms
September 28th 09, 04:43 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 665
|