17 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for krunal1986

Hello, I have my own mail template in vb6.0. when i click on send button it creates a new outlook 2007 window. all information passes to it except subject message. on my local machine it is working but on client side not. Tanks, krunal

0
186
Member Avatar for TraderX

Hello all, I am by no means a coder, so hopefully someone has something they would be willing to share that would meet this need. I would like to have a Outlook rule, where: - When an email comes in from a specific account - Has an attachment (PDF, doc, …

0
179
Member Avatar for heycooldude

I have my outlook mailboxes in this structure mailbox1 -Inbox Mailbox2 -Inbox Current script is able to access Inbox of mailbox1 as it is my main mail box where as mailbox2 has been added into my profile. I want to be able to access Inbox of Mailbox2 import win32com.client import …

0
180
Member Avatar for heycooldude

Hi, I want to send back reply to the same email but with different email account. Here is my script mail = outlook.Session.GetItemFromID(ID) subject = mail.Subject if mail: message_reply = mail.Reply() message_reply.From='_from_email' #not working message_reply.Body = "THE FOLLOWING TASK HAS BEEN MARKED AS COMPLETED: \n\n" message_reply.CC= '_CC_Email' message_reply.Send() I tried …

0
155
Member Avatar for Floppy1

Hi, I need help with coding so I can see the WORK week. In this code I only see the whole week. "glob_calendar_id:=oOutlook; //Store object ID oOutlookCOM:=oOutlook.GetComObject; oOutlookCOM.Folder:='Calendar'; //Calendar view oOutlookCOM.View:='Week'; I need to see WORK week. Help please...

0
151
Member Avatar for krunal1986

hi all, i am not able to redirect/login to my owa page. when i run my code below commandd windoe comes and disappears nothing happens. please seemy code below: Sub main() Dim strServerName As String = "12.345.56.789" ' my owa ip Dim strPassword As String = "password" 'my password Dim …

0
162
Member Avatar for mdubose

Hi, How should I go about displaying appointments in an Outlook calendar without using the MS Outlook object library or Exchange Service? I'm attempting to use an ical approach, however, this seems to only send an attachment over email, which I'm not looking to do. I've done research over the …

0
89
Member Avatar for VasquezPL

Hi guys, I need your help. I tried to find out sth via google, no luck. I need to create an appointment "on behalf of" I know how to make an appointment in my personal calendar. But how to do that in other calendar (where I have access rights)? Thx …

0
79
Member Avatar for tuanpq

Dear all, I'm a newbie Outlook Add-in and I have developed a small Outlook Add-in, but now I have an issue with the Add-in. Sample source code is bellow: [CODE] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using Outlook = Microsoft.Office.Interop.Outlook; using Office = Microsoft.Office.Core; using System.Windows.Forms; …

0
101
Member Avatar for lisahoneysmith

Source: [U][url]http://www.lost-password.net/products/passwordrecovery.html[/url][/U] Do you have a outlook e-mail? Microsoft Outlook 2010 offers premium business and personal e-mail management tools to more than 500 million Microsoft Office users worldwide. With the release of Outlook 2010, you get a richer set of experiences to meet your communication needs at work, home, and …

0
206
Member Avatar for hicsue

Hi, Was wondering if someone could answer why I don't have any contacts yet when I go to send an email all my contacts are there? What file do I need to import to get them back into my contact list? I upgraded to Office 2010 (Student Ver) and had …

0
76
Member Avatar for euroazn

Suppose I open up Outlook 2007. On the bottom left, there are four folder buttons: Mail, Calendar, Contacts, and Tasks. I will have a C# plug-in running and wondering if there is anyway to detect when the "Tasks" button is clicked. Thank you very much in advance!

0
111
Member Avatar for AEA

Hi, all, When using a manual archive or autoarchive in Outlook 2007 (windows xp), the emails are [I][B]copied[/B][/I], instead of [I][B]moved [/B][/I]to the archive folder. This is happening only for one user. For other users on the same network, with seemingly the same archive settings, any archived emails are moved …

0
108
Member Avatar for theoabhishek

Hi, Outlook 2007 goes offline, once I shutdown or restart the system, even after work offline option is unchecked. Please help me to know the steps how outlook can be online. I am using windows XP service pack 2.

0
98
Member Avatar for StellaNutella

Any help on the above subject will be very much appreciated! I have succeeded in creating the check box before emailing it; but once I send it it is impossible to see it again! Basically I would like to give the option to the recipient to tick or untick the …

0
85
Member Avatar for tubamantom

I have perceived that I can get a significant performance boost when reviewing all items of an Outlook contacts list by using "Restrict". (I am looking at over 13,000 contacts). In spite of a lot of digging and reading I am having difficultly in getting my mind around what this …

0
76
Member Avatar for jaywan

I have a machine here running Windows XP with office 2007. The prob is when you send a mail it shows 2 mails leaving outbox. I've checked for spyware with ScanSpyware and the have licensed nod32 firewall and antivirus running for over a year. I checked if it might be …

0
123

The End.