|
Add a Contacts folder to My contacts( "add to my contacts" action)
HI,
I would like to have to know if there is a vba code to do the same as the function "add to my contacts" when i right click on my contacts folder in the folder list view ?
thank a lot
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
...
|
2 |
12/12/2008 2:12:57 PM |
|
comment faire aparaitre la barre des langues sur differents sites???merci a vousserge
...
|
1 |
12/12/2008 12:12:35 PM |
|
Creating a Task in an Personal Outlook Folder
I have personal outlook Mail folder called MyInfo, how can I create a mail
item and store it in the MyInfo Folder....
|
5 |
12/10/2008 9:38:02 PM |
|
CHANGING BACKGROUND DESIGN/STYLE/COLOR OF SELECTED BUSINESS CARDS
How can one change the background design/color for the selected business
cards together, instead of opening each and double clicking it's design?
Quite a number of beautiful templates for Outlook 2007 Business Cards have
been Downloaded but I want a shortcut to apply such a sample on other cards
as well, instead of Copying such a Card for every existing contact and
refilling the data.
...
|
15 |
12/10/2008 7:36:09 PM |
|
Creating a new contact with multiple line address
I am trying to add contacts in outlook from excel who have 3 lines for their
business address. I can parse the city, state and zip from the last line but
am unsure how to add multi line street address.
--
Jason...
|
4 |
12/10/2008 6:12:58 PM |
|
How to get the default email address ?
Hi,
I would like to retreive the default email adress used by Outlook to send
new message.
Is there an other way than read a mail item in the sent folder in order to
read the senderaddress from it ?
thanks all...
|
2 |
12/10/2008 6:02:06 PM |
|
Using task categories in vbs for email notifications
We are currently using vbs scheduled tasks to generate email notifications to
multiple users for outlook tasks.
We need to be able to define categories to enable specific messages in the
emails but i can't find anywhere to input the task category into the script.
Similar to the status CurrentTask.Status=3 how can we pick out categories
that we have manually added?
Hope you understand...
|
2 |
12/10/2008 2:51:24 PM |
|
Frustrating little problem
HI, i have a little problem what is more frustrating then anything...
when in Outlook Mail (v.2003) when i do an Advanced Find in the Sent
Items folders the only way i can see who i sent the emails to (in the
results area) is by right clicking the mouse and picking FIELD
CHOOSER, scrolling down then dragging the TO field to the Advance Find
header.
Is there a way i can SAVE the TO field in...
|
5 |
12/10/2008 1:52:01 AM |
|
VBA Optimization
I have the following VBA script that takes a message and places a copy in a
local folder and one in shared folder. It works fine, but it is slow. Is
there something I can do to make it work faster?
I am not really a programmer and pasted this together with help from you all
previously.
Sub W7X80201()
Dim obj As Object
Dim i As Long
Dim Sel As Selection
Dim objFo...
|
4 |
12/9/2008 7:52:57 PM |
|
Forward email as attachment
Hi,
I need help please.
I would like to write code for outlook 2003 in order to "Forward as
attachment" the selected mail.
Is there a way to do this ?
Thanks all...
|
2 |
12/9/2008 7:37:18 PM |
|
Change Account Server/Port information
using vba, is it possible to switch a specific outlook profile's e-mail
account information ie: incoming/outgoing servers, incoming/outgoing server
ports?
Thank you
QB...
|
2 |
12/8/2008 10:53:50 PM |
|
HOW 2 VIEW THE XML SCHEMA OF AN EBC?
A praiseworty MVP "Ken Slovak" sure did present me with an special idea in
respect of changing the layout of a contact card with the following code:
Public Sub ConvertToDesiredBusinessCard()
Dim obj As Object
Dim oFolder As Outlook.MAPIFolder
Dim oContact As Outlook.ContactItem
Dim oModel As Outlook.ContactItem
Dim colItems As Outlook.Items
Dim i As Long
Dim...
|
1 |
12/7/2008 8:48:01 PM |
|
dynamic text source for RULES and ALERTS reply
I really need some help here (please).
I need a way to create a RULES AND ALERTS reply which gets it's text/body
information from central sources on the network (eg .txt or .html files), so
that when we need to change our office closure dates for Christmas (for eg)
we don't need to update every profile separately (which takes hours).
The body needs to use each users unique signature a...
|
1 |
12/6/2008 3:18:00 AM |
|
Scope of InAppFolderSyncObject property?
If one programmatically adds a folder to the application folders SyncObject,
does it just stay there for the scope of the session or is it stored
permanently?...
|
4 |
12/5/2008 4:41:09 PM |
|
Even simple macros fail with Automation Error (outlook 2003)
I can't get macros to run in Outlook. Even the sample macros from the help
file fail. Even this simple macro
Sub MoveItems()
Dim myOlApp As New Outlook.Application
Dim myNameSpace As Outlook.NameSpace
Set myNameSpace = myOlApp.GetNamespace("MAPI")
End Sub
results in
Run-time error '-2147467259(80004005)':
Automation error
Unspecified error
When I step into the ...
|
2 |
12/5/2008 2:51:51 PM |
|
CDO Open Mailbox
I posted this in the VBScript forum, but have not recieved a response. I was
wondering if anyone had an example of how to connect to a mailbox (exchange
2003) via VBScript using CDO. I am looking to enumerate through the items int
he inbox and perform some tasks. I just need a starting point, as I have not
used CDO for anything but sending messages int he past.
...
|
4 |
12/5/2008 2:30:54 PM |
|
code for event: everytime i save an item ...
outlook 2007:
i would like to start a VBA code everytime i click to save (new or changed
appointment? -> so do ...)
is this possible with vBA?...
|
5 |
12/5/2008 2:29:01 PM |
|
Is InAppFolderSyncObject write-only?
I can set the InAppFolderSyncObject property of a folder but I cannot get it?
I get the ambiguous error "The operation failed".
Am I missing something?...
|
5 |
12/4/2008 10:48:00 PM |
|
Intermittent type mismatch error
Hi, I have a macro which is running in Outlook 2003. Most of the time it
runs fine, however I am now getting intermittent type mismatch errors on
the line of code below
If itm.Class = olMail Then
itm is defined as an object. If I restart Outlook and run the macro
against the same emails it works fine. Any ideas would be appreciated.
Thanks.
--
lmcd
---------------------------------------...
|
10 |
12/4/2008 9:49:35 PM |
|
use Access data to create appt. in outlook
I have an Access scheduling database that lists Instructor, name of class,
class room, and startdate. Right now, each instructor must manually enter
their teaching schedule into Outlook (mostly to sync with handhelds!)
I can export a query, per instructor, as Excel and XML. I would like to be
able to use this information to generate appts. in outlook, given the Excel
or XML data. I...
|
1 |
12/4/2008 9:25:02 PM |
|
My Links/Domain Names-No Longer Send in My Emails
I no longer can include my Business Web Addresses as a link in my emails.
Either going out, or as a test, an associate sent them to me. They do not
reach me nor do they get to their destination. They leave my Out box and
show they were Sent. Dell worked on the issue, McAfee, my Internet/Email
Server. I called my Domain (housing company). This has now been going on
for just about 1 w...
|
1 |
12/4/2008 4:06:05 PM |
|
Outlook 2003 or 2007 autoexec macro to check for disabled items
Is there a way to write a macro that runs when Outlook is started? It would
check for any disabled items, perhaps to see if there is a resiliancy key
created in the registry editor.
I'm wide open to suggestions, as the question I posed is kind of a shot in
the dark for me.
Thank you....
|
3 |
12/8/2008 5:50:05 PM |
|
Outlook VBAProject.otm reverted to prior version
A few months ago I wrote an Outlook VBA application and distributed it (as
forms) to about 30 users. Since then I've been updating the app, and sending
out new sets of forms for users to update with. We're currently in the pilot
phase before launching to a wider audience in the company. All users are on
Outlook 2003.
About two weeks ago I sent out version 1.4, which everyone updated to....
|
7 |
12/8/2008 9:54:04 PM |
|
Strip attachments from Outlook calendar items
My boss was complaining this morning that he was getting a "Mailbox is full
message", but when he looked at it, 40M of the 100M capacity was in his
calendar.
He did some browsing, and found that he had a lot of calendar items that
have attachments (the original email, pertinent documents, whatever).
I'm an Access developer, and have done no Outlook VBA work, so I have zero
knowledge ...
|
3 |
12/9/2008 7:53:01 PM |
|
Determining a Constant value?
One of my code lines is
If objFolder.Items(I).Class = 43 Then
How do I find the name of the constant 43?
If I go to the object browser and select Class, press F1 and read the
topic, there's an option for OlObjectClass Constants hyperlink in
"Returns an OlObjectClass constant indicating the object's class.
Read-only.:" I get a list of all the contants but no values, just the
names ...
|
3 |
12/11/2008 3:49:28 PM |