82 Topics

Member Avatar for
Member Avatar for krunal1986

Hello, I need a simple way to mail from OUTLOOK WEB APP not from OUTLOOK via a VB6 code. Anyone know how to do that? Any code/link avaliable? Thanks, Krunal

Member Avatar for samsylvestertty
0
469
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 cristian.capannini

Create a button in the context menu for each selected contact. Hi all I would like to create a button in the context menu (right click) for the selected contact. This button has the same functions as the call button. Is there a way to create this add-in for Outlook …

Member Avatar for sophiec016
0
222
Member Avatar for james.schlup.33

I am having some wierd issues on one of the email accounts for a customer I manage. Recently his exchange account when accessed in outlook 2003 will start deleting all email messages in the inbox. I had to create another folder and have all message routed to that on to …

Member Avatar for james.schlup.33
0
266
Member Avatar for Sabyre

A client of ours uses Outlook 2007. They have recently reported an issue with attaching files to emails. Here is the issue that pops up... ![Image1](/attachments/large/3/Image1.gif "Image1") This happens when trying to open a folder to find the file to attach. This only happens with a couple of the folders. …

Member Avatar for Sabyre
0
316
Member Avatar for SWEngineer

I'm trying to retrieve back information (i.e; emails, contacts, ...etc) of Microsoft Outlook 2007 after the hard disk (C drive) has been formatted? How can I do that? Thanks.

Member Avatar for caperjack
0
165
Member Avatar for JohnKelly

Hi all I need to be able to drag and drop multiple files from Outlook into my vb.net application. Using e.data.GetData("FileGroupDescriptor") I can read using an IO.Stream the FileGroupDescriptor and detect the names of the files being dropped. If I then use e.data.GetData("FileContents") using a IO.MemoryStream I can detecty the …

Member Avatar for JohnKelly
0
1K
Member Avatar for tarwara

Hi, Actually I am not familiar with Exchange server environment so i have a qn. Can we convert ost file into pst using outlook inbuilt import/export option while disconnecting to Exchange Server. I mean If I am not connected to Exchange so i will be not able to read ost …

Member Avatar for luciferjemmie
0
419
Member Avatar for VasquezPL

I have a small problem, maybe you guys know how to avoid it. system.IO.StreamReader text = new System.IO.StreamReader(to the html path); while ((line = text.ReadLine()) != null) { newMail.HTMLBody += line } When I open html file directly from its folder where html file is,byclicking 2 times on it, All …

Member Avatar for VasquezPL
0
232
Member Avatar for jersie03

Good day everyone, I want to know how to send email to outlook in php after signing up please give some example and discuss it to me clearly thanks very much .. :*

Member Avatar for jersie03
0
3K
Member Avatar for VasquezPL

Hi! I am still fighting with outlook myappointment.RTFBODY method... I have found on some page that there is a workround which will give me a possibility to put there html text... I have tried it, and it wokrs - almost... webBrowser.CreateControl(); webBrowser.DocumentText = html; // HTML = HTML CODE Application.DoEvents(); …

Member Avatar for VasquezPL
0
898
Member Avatar for oksam

In our webiste, After user signup, we send an email with acitivation link to their email address. We are using PHP mail() to send a simple email. Until this point, we have checked with yahoomail, gmail, hotmail.. it works fine. But yesterday, we were checking with the microsoft outlook. No …

Member Avatar for fobos
0
624
Member Avatar for VasquezPL

I have found out that myAppointment.RTFBody appeared with Outlook 2010. The problem is that I don't know how to use it. I copied an example from http://msdn.microsoft.com/en-us/library/aa287595(v=vs.71).aspx myAppointment.RTFBody = @"{\rtf1\ansi This is in \b bold\b0.}"; unfortunately whatever I put after myAppointment.RTFBody, I receive an error: System.Runtime.InteropServices.COMException (0xB9B0FFFF): The operation failed. …

Member Avatar for Momerath
0
2K
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 have a problem I need to make an appointment with some bold text in it. I also want to set a category for it (color)... I heared that it is possible to implict RTF into appointment.body - but I dunno how to do that... My code is: …

Member Avatar for VasquezPL
0
577
Member Avatar for Lars213

Good morning! We are currently in the process of moving e-mail providers and moving to an Exchange server housed at our data center. What we were told to do was to create the Exchange account in Outlook so that we would have two profiles - the 'old' profile and the …

Member Avatar for Dappy1
0
375
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 rajesh1158

Hi..Earlier i was using Windows XP and used to access my company mails through MS Outlook. Now i'm using Ubuntu 11.10 and want to access my company mails. I thought of using Mozilla Thunderbird. During creating a mail account in Thunderbird, it is asking for various details like incoming server(IMAP …

Member Avatar for rajesh1158
0
208
Member Avatar for nam.aggarwal

Hi, I am building an application for my company and need to integrate outlook and Exchange server with the web application... It should be able to access outlook calender and make entries. Also should be able to send mails via outlook. Need a start Help

Member Avatar for cereal
0
85
Member Avatar for wisedave

Hello, I am looking for a way to use 'voice' in my email. We use Outlook 2010 if that helps. Instead of typing out a long email, I would like to 'say' it, then attach it to an email. Another route would be to record what I have to say …

Member Avatar for rch1231
0
201
Member Avatar for ggeoff

Hi I do not know whether Outook, in this case 2007 running under Vista Home Premium, is the cause of this message. Email has worked, but now displays a Enter Network Password pop up. I would like to know whether this is a Microsoft Windows issue or one due to …

Member Avatar for ggeoff
0
287
Member Avatar for DavidB

One of my computers recently crashed. Fortunately, the .pst file was saved so not all is lost. However, I am considering [I]not[/I] installing Microsoft Outlook on the new computer. It seemed to take over too much of my system. A couple considerations: (1) If I install Outlook Express instead of …

Member Avatar for commodity
0
198
Member Avatar for Neversleepin

Hello, i try the tutorial Get Attachment File Name from Java2s.com. What i'm doing is to read email from the Outlook Web Access Light. If i put the url address of the Outlook Web Access Light, i have the error: [CODE]Exception in thread "main" javax.mail.NoSuchProviderException: No provider for http at …

Member Avatar for Mr Chips
0
181
Member Avatar for SolidSolutions

I've got a simple link that opens a mail message: [CODE]<a href="mailto:help@solutions.com"[/CODE] If I select a new mail message in Outlook, it opens and works fine, using the "Normal" format style for the body text. But, with the mailto: link, it opens a new message using "Paragraph" format style for …

Member Avatar for floatingDivs
0
445
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 neeraj12

[url]http://rapidshare.com/files/370940756/commands.jpg[/url] [url]http://rapidshare.com/files/370940682/toolbar.jpg[/url] My question is that is it possible to have the above two options in Visual Studio Tools for Office (outlook 2007). I am trying to build custom toolbar with lots of mail items for templates or is there a way of building the whole lot in outlook as …

Member Avatar for jhoisington
0
215
Member Avatar for sanjuanair

guys, i ahve problem with configuration of outlook 2007 and my msn email account(username@msn.com). i heard that some dll is missing with os .is it true? Is there any way to configure with out payment. what is the problem? why there is limitaion? sajeev

Member Avatar for Rik_
0
188
Member Avatar for stevetaylor15

Does anyone know how to add a new button to the 'New E-Mail' Window of Outlook 2010?! - Preferably on the 'Message' ribbon. I had a lok and it's pretty confusing with limited documentation. THanks!

Member Avatar for Tekmaven
0
91
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 MysticalNomad

I have the following code that is very simple and gets information from form fields and mails it off. The issue is that when the email is received using Microsoft Outlook 2003 the message is blank and the actual message that is supposed to be there is an attached HTML …

Member Avatar for MysticalNomad
0
182

The End.