| Thread | Last Post | Replies |
|
| Attachment.SaveAsFile Method | 12 Dec 2003 22:20 GMT | 1 |
I have a hardcoded value for this method in a macro I wrote. I'd like to make this more dynamic. Is there a control that I can use to pop up a file dialog allowing the user to select where he wants the attachments to be saved?
|
| Problem when emailing | 12 Dec 2003 22:13 GMT | 1 |
I'am doing a samml project under Outlook ? When I send an email i want to send a copy of the email to anothe email addresse. When i do taht I have a message box sayingthis :
|
| application events | 12 Dec 2003 22:08 GMT | 1 |
I'm developing a VB6 COM Add-In for outlook 2000. I have the following code Private WithEvents olApp As Outlook.Applicatio Private Sub AddinInstance_OnConnection(ByVal Application As Object, ByVal ConnectMode As AddInDesignerObjects.ext_ConnectMode, ByVal AddInInst As Object, ...
|
| Customizing icon of commandbarbutton - Problems! | 12 Dec 2003 19:07 GMT | 4 |
I am trying to customize the icon of a commandbarbutton, but can't seem to figure out how to do it. I have found some code samples, but they are not too helpful. Most refer to using the 'LoadPicture' function, but I don't have this function available. I am referencing the ...
|
| Sorting on custom field + custom form | 12 Dec 2003 15:22 GMT | 1 |
I have a couple of questions, I'm usingh outlook 2000 1) Sorting on a custom field. I have a custom field that I use with a specific custom form. I have placed that field in the view of my messages folder. When I sort ascending on that field, those messages not based on the form ...
|
| Mail headers in Outlook XP | 12 Dec 2003 15:16 GMT | 1 |
Hey all, Any pointers on how to read mail headers in Outlook XP, programatically, so as to write them to a file. -j
|
| Duplicate mail items in public folders - avoidable? | 12 Dec 2003 15:10 GMT | 5 |
I have public folders that users can copy/move their emails into. Is there a way to avoid having copies of emails in that folder? For example, if 2 users are copied on an email, and both users copy/move that email into the public folder, is there a way to only allow 1 copy of ...
|
| VB.Net Outlook Iterate though items in Folder | 11 Dec 2003 17:47 GMT | 1 |
I have a loop that loops though each message in a Outlook folder... Outlook 2003/ VB.Net 2003/ XP operating system. Exchange 5.5 Dim myOlapp As Outlook.Application
|
| CreateItem(OlJournalEntry) in StartUp | 11 Dec 2003 16:28 GMT | 2 |
In my 'ThisOutlookSession' I have the following code: Private Sub Application_Startup() Set MyObject = Application.CreateItem(olJournalItem) MyObject.Type = "EventLog"
|
| Error : User-defined type not defined | 11 Dec 2003 16:25 GMT | 1 |
when I use : "Dim objCDO As MAPI.Session" I have got compile error : User-defined type not defined.... As I have read internet tips... I am referencing CDO for NTS 1.2. Library, and CDO is "perhaps" installed, because in the folder :
|
| Runtime Error Clicking on Links in VBA Help | 11 Dec 2003 16:06 GMT | 1 |
When I click on a link in VBA, I get an Error dialog that says it encountered a runtime error at Line:0 and the Error: Object doesn't support this property or method. When I bring up the property tab for the links, it usually points to a
|
| Is there a way to save Outlook Task to a webpage? | 11 Dec 2003 13:57 GMT | 1 |
Anyone know a way to save MS Outlook Task folder into a webpage? I want to save the Task into a webpage much like when saving the Calendar folder into webpage. Any help in this issue is appreciated. ljCharlie
|
| Unable to access VBA in Outlook 2003 | 11 Dec 2003 05:16 GMT | 2 |
I'm unable to access any item under the Tools | Macro menu in Outlook 2003. All submenu items are enabled, but nothing happens when I try to activate them. Alt-F8 and Alt-F11 have no effect either.
|
| Restrict or Find method with multi-languages | 11 Dec 2003 02:37 GMT | 1 |
Are the field names used with the Restrict/Find method language-sensitive? I have some code that uses the restrict method to find specific contacts based on LastName, FirstName, MiddleName
|
| Import and export | 11 Dec 2003 02:32 GMT | 2 |
Is there any way to use "import and export" function with vba in outlook? How? I need a little help not the total program. Or I have to use it with "AddressLists" and "AddressEntries" somehow? I want to do that before outlook starts up it updates it's contacts list
|