| Thread | Last Post | Replies |
|
| Send to mobile from folder, not inbox | 03 Oct 2004 16:57 GMT | 5 |
I am new to programming and learning vb.net 2003 right now. I was looking for a jump start on some of the code for what i would like to do. I was wondering if someone might be able to help me with some code or if
|
| strMyInput and competing emailadress... | 02 Oct 2004 02:59 GMT | 4 |
I got my inputbox to work and am able to replace the **** with the word from the inputbox. Can I do this also for his emailaddress? we are all on the same domain so everything that comes behind the @ is the same for everybody in our squads.
|
| string replace | 01 Oct 2004 22:11 GMT | 4 |
Can somebody please tell me the proper code to replace inputted words? I have a custom form where I need to replace ****** with a inputted name. The code I have so far is: Sub test()
|
| no events firing in ThisOutlookSession | 01 Oct 2004 20:20 GMT | 3 |
I wrote a simple Application_ItemSend event handler for ThisOutlookSession. It was working fine, but unexpectedly (I think when I shut down Outlook and reran it) quit working. It's not even being called anymore. I've written an Application_Startup() event handler too just to ...
|
| how to I create folders determined by message content as a rule? | 01 Oct 2004 19:13 GMT | 1 |
I am hoping to take content from an outlook message and use that content to create folder to which the meassage can be moved. Is there a script I could adapt / use or am I going to have to re-learn VB all over again? many thanx to anyone that can help
|
| Display a common calendar calendar on web page... | 01 Oct 2004 18:28 GMT | 2 |
I am looking at incorporating very basic outlook functionality in an intranet. The intranet is based on asp.net and all users are running outllok 2000 (soon 2003). I have looked at the sample outlook today page and display the current
|
| Compiling add-ins | 01 Oct 2004 16:15 GMT | 2 |
I was just wondering, should I compile a VB6 Outlook add-in on a computer with Outlook 2000 SP3 or unpatched? If I compile with Office SP3 then will people have to install SP3 before they can run the add-in?
|
| How to open PST file from VBA | 01 Oct 2004 12:35 GMT | 3 |
I am trying to open a PST file from outlook VBA but did not find how to do it. Is someone have already done that and ahve some sample code ? Many thanks in advance
|
| Namespace.Logon | 01 Oct 2004 05:08 GMT | 2 |
I have a COM add in. I try to call AddStore based on profile. Then, I use Namespace.Logon("MyProfile", , true, true). Then, when I call the AddStore(...). It appears that it did not addstore to the "MyProfile" that I programmatically logon, instead, it will addstore to the ...
|
| How do I do it? | 01 Oct 2004 03:39 GMT | 1 |
I don't know where to start... I have a few (3) custom forms(Bootcamp done to GR, Bootcamp done to CoC and Bootcamp done to recruit) that I need to send once in a while and I want this process a bit automated.
|