| Thread | Last Post | Replies |
|
| .NET access to PR_ATTACH_DATA_BIN | 12 Mar 2007 23:39 GMT | 1 |
Does anyone have c# or vb.net code which can retrieve the PR_ATTACH_DATA_BIN property from an IAttachment? Actually, it would be best if there was some code that could get this value given an Outlook.Attachment.MAPIOBJECT.
|
| before folder move event | 12 Mar 2007 15:01 GMT | 1 |
I'm using the event : MAPIFolderEvents_12_BeforeFolderMoveEventHandler with Outlook 2007 to detect if the user is deleting the current folder. Is there an equivalent for Outlook 2003 ? Thanks,
|
| Macro works in Word 2007, but not in Outlook 2007 | 10 Mar 2007 23:30 GMT | 13 |
For years I used a macro in Outlook Xp which I recorded in Word XP. I think it had something to do with th fact that in that program Word was my email editor. The same macro now works in Word 2007 as it should, but when I try to run it
|
| Access VBA - Get Outlook Email Address or UserName | 09 Mar 2007 15:05 GMT | 2 |
I am building a front end to a database in Access 2000, and want to ping Outlook for the current user's User Name or email address. Either will work, and I assume they are essentially the same thing, just the address has the @company.com attached to the end.
|
| How to include mulitple meeting attendee via VBA? | 09 Mar 2007 14:09 GMT | 1 |
Hi, I am using ACCESS 2002 and Outlook 2000. I need to setup a meeting appointment with mulitple attendees. Such as strRecipients = "Joe Lee; Adam West; Jane White". But, I can't get the name separator to work correctly.
|
| Convert Outlook folders to Adobe pdf | 09 Mar 2007 06:45 GMT | 1 |
Not sure if this is the correct forum but anyway, I have tried various other forums and no one has an answer for me (not even Adobe support). I use Windows XP Professional SP2, Office 2003 SP2. Acrobat Prof Ver 8. In Outlook 2003 you have the Create Adobe PDF from folders icon
|
| How do you change Outgoing mail server (SMTP) in Outlook 2003 with VBA? | 09 Mar 2007 06:39 GMT | 1 |
So I work in many locations and every place I visit I have to change the smtp settings for the outgoing mail server. I'm not bad with Excel VBA but I can't seem to find anything in the Outlook VBA help that covers this.
|
| Change SenderName Property | 09 Mar 2007 06:37 GMT | 1 |
I'm trying to change the "SenderName" of a message but Outlook-VBA tells me that the property "SenderName" is write protected. Is there any way to change it? What I'm trying to do: I've got a couple of e-mails with different Sender
|
| Auto BCC | 09 Mar 2007 06:31 GMT | 1 |
I can use VBA enough to get myself in trouble. Can someone help me automatically add my own email address to the BCC field and mark a message I send with a follow-up flag? I would rather it be something I can choose after I star an email because I may not always want to do this ...
|
| Disabling Error Messages | 08 Mar 2007 20:02 GMT | 1 |
I have an external application that is trying to use the Outlook Application Object, using Outlook 2003, to 'blindly' send emails, as this runs automatically without user intervention. I get the pop up box that says Outlook is trying to automatically send email on my behalf, ...
|
| Drillthrough from Excel | 08 Mar 2007 20:00 GMT | 1 |
We have a Analysis Services 2000 cube and we need to drillthrough to this cube... The code we use is from this source,(a microsoft site) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexcl2k2/html/ odc_xlextendolap.asp
|
| Get PST file path string | 08 Mar 2007 19:07 GMT | 6 |
I found the following Outlook code from an MVP to get the path/names of the pst files in use and write the results to the immediate window. However, I'd like to write the results to a text file instead (preferably with the username as part of the filename); for example: C ...
|
| 80004005 on Busy System. | 08 Mar 2007 16:39 GMT | 5 |
I have a REXX script that processes the contents of a folder. While processing an Outlook folder, I randomly receive an 80004005 code. It almost always occurs trying the retrieve the body of an email. It also seems to be totally random. I could run the program twice in a
|
| Outlook 2003 Reply to All with message | 08 Mar 2007 14:40 GMT | 2 |
Here is the code I copied from Microsofts site but it never fires Function Item_ReplyAll(ByVal myResponse) myMsg = "Do you really want to reply to all original recipients?" myResult = MsgBox(myMsg, 289, "Flame Protector")
|
| Access to OST folder when online | 08 Mar 2007 13:38 GMT | 1 |
is there a possibility to access an OST Folder, when in Online Mode? I've the problem that user create appointments in offline mode, when online he starts a Outlook Addin which synchronizes the calendar with an external application, to find the new items I use the object model
|