Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming VBA / February 2009

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
GetNamespace OpenSharedFolder SharePoint Calendar URL Method28 Feb 2009 09:38 GMT3
I am trying to access a sharepoint Calendar event list but can not seem to
access the SharePoint Lists.pst.
Here is what I got on C#.
                    // Create an Outlook application.
.ReminderTime inconsistancy27 Feb 2009 18:43 GMT2
Below is an extra of a function I am using to update a task item in Outlook
   With olTask
       .Subject = sSubject                 'Reminder's subject line
       .Body = sBody                       'Reminder's body text
Edit Contact using EntryID27 Feb 2009 16:42 GMT1
I have the entryid for a contact item and am trying to find out how I can
use the Entryid to retrieve the contact item to update data and save it.  
Below is an bit of my code to create a contact
   Set olCon = olApp.CreateItem(olContactItem)
Help with CDO and Shift Deleted items27 Feb 2009 15:01 GMT1
Is there a way through CDO to identify items that have been SHIFT-DELETED
from outlook. I need to run a report against all users to see how many items
were shift deleted on a specific day. I am familiar with CDO and how to crawl
folders, I'm just not sure how to look for hard ...
Outlook Service don't run. but the code runs fine in a console app27 Feb 2009 11:48 GMT4
I am working on an application that searches other peoples calendar
and
saves the data for later use.
I wrote the application as a console application and it works just
redemption.dll and security alert messages27 Feb 2009 07:18 GMT11
I understand that redemption.dll library is the way for safe operations in
outlook VBA programming.  Sometimes it works strange way it might be possible
that I am missing something.  Could any one tell me in below code why it is
printing Body as empty string?
Change the colour of the subject field of a mail item27 Feb 2009 06:32 GMT1
I would like to know if it is possible to change the colour of the subject
in a received mail item or even the while line as shown in the mailbox
navigator.
We are using a digital archiving tool that can transfer a mail message to
Searching Contacts on a UserProperty26 Feb 2009 16:52 GMT2
I'm trying to update a routine that will update out Outlook Recipients
lists with an employee database.  I've added a custom field to the
contacts called EMPID.  What I would like to do is search the contacts
for a specific Employee ID (EMPID) and then update it with the
Setting up a new outlook account programmatically26 Feb 2009 15:01 GMT9
Hello, folks. I want to set up a new outlook account programmatically.
How can I do that? I looked at the MSDN Outlook library and found the
account object there http://msdn.microsoft.com/en-us/library/bb208228.aspx
But I see only readonly properties there. And even if they were not
Is this possible (Grab Outlook data from MS Access)?26 Feb 2009 14:53 GMT2
I have a need to do the following.
When Outlook is open and an email has been composed and is ready to send ...
in another application (MS Access), I need to somehow get the to: and cc:
values from the Outlook email into my Access database (using VBA).
Grab emails as they are sent26 Feb 2009 14:46 GMT2
Can someone please show me how to grab an email after the Send button has
been pressed?  I want to force a Save(Y/N) if the message size is over a set
limit.  Sick of storing messages for no reason and wasting space.
H
Step thru all the folders in Outlook26 Feb 2009 14:21 GMT1
I've written a routine to remove duplicates from a selection of MailItems.  
It works fine however it needs me to open each directory, select all, and the
run the macro.
Can someone please give me some code to iterate thru the mail folders in
Application startup time26 Feb 2009 14:15 GMT5
we have some startup issues with our Outlook application.
After loading our application there is a "timeout" of about 30 seconds
untill the application starts running. First we thought that this happens
every time on every client but then we found out that this is not true.
Subject will not update26 Feb 2009 06:48 GMT1
txtA = "[A] "
NewSubject = txtA & myOlSel.Item(x).Subject
myOlSel.Item(x).Subject = NewSubject
myOlSel.Item(x).Save
Get Task ID25 Feb 2009 22:24 GMT9
I am using the following bit of code to create a task in Outlook from Access
   Dim olApp As Outlook.Application
   Dim olTask As Outlook.TaskItem
   Set olApp = CreateObject("Outlook.Application")
Pages: 1 2 3 4 5 6 January, 2009
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.