Forum: Outlook - Using Contacts
June 4th 10, 10:00 PM Posted to microsoft.public.outlook.contacts
|
Replies: 1
Views: 964
Outlook 2007 Distribution List
You can save it as a .txt file and then print that file.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
...
|
Forum: Outlook - Calandaring
June 4th 10, 10:00 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 1
Views: 1,212
Renaming Categories in Outlook
She would need owner rights on the exec's Calendar folder.
Note that this forum will be discontinued any day now. In the future, post
calendar questions at...
|
Forum: Outlook - Using Forms
June 4th 10, 09:58 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 2,204
First New Form
The two most likely reasons for this are that you didn't create a read layout
or you didn't publish the form correctly. See
http://www.outlookcode.com/article.aspx?id=61 for message form basics...
|
Forum: Outlook - Using Forms
June 2nd 10, 12:58 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 2,259
Programatically click the Send button.
I haven't seen that behavior, but I would use a different approach to
transferring the content.
Since this forum is officially discontinued, I suggest we continue the
conversation in the Outlook...
|
Forum: Outlook - Using Contacts
June 1st 10, 12:57 PM Posted to microsoft.public.outlook.contacts
|
Replies: 1
Views: 845
verify contact mailing address
1. Open any new or existing contact.
2. Click the button for the Home, Business or Other address.
3. Check the box for "Show this again when address is incomplete or unclear."
--
Sue Mosher,...
|
Forum: Outlook - Using Forms
June 1st 10, 12:55 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 2,259
Programatically click the Send button.
You already have the message as the mail object, so just call mail.Send
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
...
|
Forum: Outlook - Calandaring
May 31st 10, 09:08 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 1
Views: 741
|
Forum: Outlook and VBA
May 31st 10, 09:06 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 2,059
Send All emails in Outbox and Quit using VBA
You're not trying to use command button captions, are you? Use the IDs
instead, with the FindControl method. They're language-neutral. The ID for
Send All should be 5577.
--
Sue Mosher, Outlook...
|
Forum: Add-ins for Outlook
May 31st 10, 12:21 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 2,909
|
Forum: Outlook and VBA
May 31st 10, 12:18 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,060
you can delete the email message just sent?
Before you send the message, set the value of its DeleteAfterSubmit property
to True.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and...
|
Forum: Outlook - General Queries
May 30th 10, 11:39 PM Posted to microsoft.public.outlook
|
Replies: 3
Views: 953
Create Outlook Folders on external drive
In Outlook 2007 and earlier, use the File | New | Outlook Data File command
to create a new .pst file, choosing the external drive as the location. This
new store will appear in your Folder List in...
|
Forum: Outlook - General Queries
May 29th 10, 03:30 PM Posted to microsoft.public.outlook
|
Replies: 8
Views: 1,950
Check Names Will Not Let Me Send Email
If check names tells you that the message cannot be sent because a recipient
is not resolved, that suggests that there is a problem with the address,
maybe a typo that keeps it from being in proper...
|
Forum: Outlook - Calandaring
May 28th 10, 06:49 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 2
Views: 840
|
Forum: Outlook - General Queries
May 28th 10, 05:30 PM Posted to microsoft.public.outlook
|
Replies: 1
Views: 1,932
|
Forum: Outlook - Installation
May 28th 10, 04:18 PM Posted to microsoft.public.outlook.installation
|
Replies: 1
Views: 1,053
Show Home Page Address disabled?
For what folder? In what version of Outlook?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
...
|
Forum: Outlook and VBA
May 27th 10, 10:57 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,535
UserForm and ordering variables
Sorry, but I really can't see the problem here, because I don't know what the
user interaction might be in your scenario. Maybe you should step away from
the keyboard and sketch out a flow chart...
|
Forum: Outlook and VBA
May 27th 10, 10:55 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 807
how to save incoming mail in TRUE csv format
Outlook has no native ability to turn text into a csv file. If you want to do
more than save the message as a .txt file, you'll have to add your own code
to parse the message content or parse the...
|
Forum: Outlook and VBA
May 27th 10, 10:49 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,535
UserForm and ordering variables
Why not just declare the variables strTime, strSend, and strSubj as global
variables?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and...
|
Forum: Outlook - Calandaring
May 27th 10, 10:40 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 4
Views: 953
check date of creating agenda in Calendar ?
Display the folder in a table view and add the Created field to that view.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and...
|
Forum: Outlook - General Queries
May 25th 10, 01:33 PM Posted to microsoft.public.outlook
|
Replies: 7
Views: 970
Read-only
You would need to use a secure mail tool such as Windows Rights Management or
one of the others listed he http://www.slipstick.com/addins/security.asp
And even that won't prevent someone from...
|
Forum: Outlook - Using Contacts
May 24th 10, 11:13 PM Posted to microsoft.public.outlook.contacts
|
Replies: 1
Views: 805
|
Forum: Outlook and VBA
May 24th 10, 06:13 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,332
Contact Email address format
For Outlook 2007 or later, once you get the address from the contact in X.400
(Exchange) format, use it as the argument for the Namespace.CreateRecipient
method to return a Recipient object. Then...
|
Forum: Outlook and VBA
May 24th 10, 06:12 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,568
combobox list in userform
You put it in code. When the form initializes, use either the AddItem method
or the List property to set the rows.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
...
|
Forum: Outlook and VBA
May 24th 10, 06:11 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 2,063
create new mail item from current item
So you essentially want to resend the item, so that the friend sees it as
coming from you? Outlook has no programmatic way to do that directly. If you
just make a copy of the item (with the...
|
Forum: Outlook and VBA
May 24th 10, 03:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,332
Contact Email address format
Outlook version?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54...
|