| Thread | Last Post | Replies |
|
| Adding a folder | 11 Feb 2004 13:33 GMT | 3 |
Im adding a folder to the root folder i.e Personal Folders. I want thi folder to look exactly like the Sent Items folder. Right now it looking like the Inbox folder. I want the headings to read as To,Subject,Sent etc. instead of Fro
|
| Changing the icon image | 11 Feb 2004 13:32 GMT | 5 |
In the Inbox folder all unread messages have an icon of a close envelope, whereas read messages have an open envelope icon. Can i change these icons to one of my custom images?? Thank
|
| if exists archieve of this forum ? | 11 Feb 2004 13:30 GMT | 1 |
if exists archieve of this forum and it could be loaded in one file Or maybe archieves of similar forums ----------------------------------------------- ~~
|
| Unicode characters | 11 Feb 2004 06:45 GMT | 2 |
is there anyway to determine programmatically whether the user i composing a mail in Unicode format. Also is it possible to restrict the type of text to plain text -----------------------------------------------
|
| Contact properties | 11 Feb 2004 03:13 GMT | 1 |
I need access Contact Properties of items in All Public Folder of Outlook from VB.NET I have tried to use Outlook Object Module and found works. I have not try using CDOEX, CDOSYS. I need some guide for that.
|
| Testing NameSpace for a connected .pst | 10 Feb 2004 23:42 GMT | 1 |
Is there a simple test to see if a connection to a .pst exists in the current namespace? I have a program that walks all the folders and creates a new .pst file using the name of the current folder. After creating the .pst file, the
|
| Deleting items from inbox without opening it | 10 Feb 2004 23:40 GMT | 1 |
Wow - I can see I'm on a remedial level. How do I delete items from my outlook inbox without opening them. I guess I'm concerned about viruses.
|
| Automation error | 10 Feb 2004 23:40 GMT | 1 |
I'm trying to send an email from a .dll. The problem is that when run within VB6 it works, but when compiled and put on the server it fails in line: 017 stating that this is not allowed. Please help....
|
| Message Item MOVE | 10 Feb 2004 21:37 GMT | 4 |
Im trying to move message from incoming folder to the specific folder, but without effect :o(( objInboxItems_ItemAdd(ByVal Item As Object) Dim NS As NameSpace
|
| Blank Subject Warning? | 10 Feb 2004 20:49 GMT | 5 |
I am trying to write a vba macro in Outlook that will stop a message from being sent if the user has not entered a subject. Here is the code that I have so far: Private Sub application_itemsend(ByVal item As Object,
|
| Does Microsoft Outlook Support Cookies while using window.open() | 10 Feb 2004 15:17 GMT | 1 |
I am visiting a site using Microsoft Outlook as a web browser. When i click a button on a page it takes me to a pop-up window which contains an encrypted id which automatically increments when a new user visits that web page. This is to keep a track of the number of uesr who have ...
|
| extracting an attachment automatically on arrival | 10 Feb 2004 14:15 GMT | 1 |
Ive set up a rules wizard too run a script to extract an attachment, but only when that mail is active. 2 questions how do I 1. keep the focus on a mail in the script from a rule wizard o 2. is ther a better way of extracting an attachment from ...
|
| Setting rule for color of message programatically | 10 Feb 2004 12:20 GMT | 3 |
In Outlook it is possible to set a rule that e-mail from a specific sender should be displayed in a differnet color (by choosing Tools -> Organize -> Using Colors). When an Exchange mail-server is being used, I've understood that this
|
| Find method of folder collection | 10 Feb 2004 12:07 GMT | 3 |
In the following code im able to find a contact by his fullname but no by any other criteria like Mobile no. Is there anyway i can get th name and email of a contact from the contacts folder based on hi mobile telephone no???
|
| PropertyChange/Custom PropertyChange | 10 Feb 2004 12:05 GMT | 1 |
im looking to display the no of characters typed in a mail. right now i have written the code in the PropertyChange an CustomPropertyChange event but i want to display the info as and when the user types , typicall
|