|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Outlook - outlook.vbamicrosoft.public.office.developer.outlook.vba
Outlook ignoring html font tag - VBA - Access 2007 & Outlook 2007
earl_hyde -
26 Oct 2007 4:44 PM - 2 messages
Seeing another pair of eyes to tell me where I'm missing some key element. My code below works fine to create a message however the font tag is ignored and everything comes out as Times New Roman 12pt. ...
help for get the parent item id
zhangsanqi -
26 Oct 2007 7:47 AM - 6 messages
help for get the parent item id, how can i get the parent mailitem for reply? ...
Prevent an event loop when saving Task item in event handler
PaulPW -
24 Oct 2007 2:14 PM - 5 messages
I'm using the event handler code below to modify the Subject of a Task whenever I manually change its Due Date. The Save method in the code triggers another ItemChange event. I use a boolean public variable to avoid ...
Get email handle in Outlook 2007
John Svercek -
24 Oct 2007 5:34 AM - 5 messages
I have a VB6 Addin that updates the body of an email when a button is selected. One of the buttons puts up an intermediary window that collects information that is added to the email body when OK is pressed. ...
Tracking updates to Contacts
DustinT -
24 Oct 2007 4:11 AM - 6 messages
I am wondering if there is a programatic way to determine what Outlook Contacts were added/changed/deleted over a period of time, say for example, over the past hour. Ideally I want to create an ongoing log file of what ...
Sort a folder before reading it
Samuel -
23 Oct 2007 7:49 PM - 4 messages
Hi Normally I would like to read the latest items first but currently the application reads the items in a funny order (I can't any pattern in the order that will explain what is the logic of this order) ...
Repost: Comparing Senders with Contacts
Patrick Pirtle -
23 Oct 2007 2:50 PM - 7 messages
I've written an app that redirects incoming emails to different folders based upon categories assigned in my contacts. I use the lines: strAddress = oSafeMail.Sender.Address For i = 1 To 3 strFind = "[Email" & i & "Address] = """ & strAddress & """ and ...
MailItem Download Status
Samuel -
23 Oct 2007 12:37 PM - 1 message
Hi My client complains that in some of the work stations they can't view the email messages via the application. The application checks the 'DownLoadState' and it lists it only if the values isn't 0 i.e. not header ...
Insert another Item in the Context Menu of Outlook 2007
Ahmad Jalil Qarshi -
23 Oct 2007 11:50 AM - 2 messages
Hi, I have to develop an Addin which will insert a new menu item in the context menu (Copy, Cut,....) of Outlook 2007, when right clicked on the Body of the received message. I am new to the Outlook 2007 automation. ...
flag messages that my email is as CC
Dan -
23 Oct 2007 11:10 AM - 2 messages
Dear all I get plenty of email messages during the day. I was wondering if someone can offer an advice to somehow flag with a different colour or maybe moove to a diferent folder messages that my email address is as CC in. Like lets say ...
hiperlinks in e-mail text
Kate1985 -
22 Oct 2007 11:07 AM - 2 messages
Hi! How can I add a hyperlink in the e-mail text? I create an e-mail with VBA procedure from Excel: Dim out As Object Dim olMailItem Dim olTo Dim UserName As String ' stworzenie wiadomości Set out = CreateObject("Outlook.Application") ...
|
|||||||||||||||||||||||