| Thread | Last Post | Replies |
|
| Find using subject | 05 Oct 2004 21:28 GMT | 2 |
Is it possible to search on the subject field as you would on the sender name? Set myItem = myItems.Find("[SenderName] = 'Bob Smith'") I am trying to find items with the subject starting Fax
|
| HTML Mails - body property | 05 Oct 2004 20:10 GMT | 15 |
i have to import HTML Mails which are sent from an internet platform. I use the body property to get the mail body. Now i have the problem, that the text which returns the body property is not the mail content!
|
| How I can recognize outgoing and incoming messages? | 05 Oct 2004 20:07 GMT | 3 |
I have a MailItem and now I want to know if it's incoming or outgoing messages. How I can do it? Sub mail()
|
| How to use Mail.Forward with Redemption? | 05 Oct 2004 19:14 GMT | 4 |
Hi @all, I have to forward an e-mail. <sample> Set oFwd = oMail.Forward
|
| Message Not Posting | 05 Oct 2004 16:36 GMT | 4 |
I sent a posting and waited but it is not showing up on the board. Please advise
|
| Using CDO, how can I get the name of Mailbox a folder is in. | 05 Oct 2004 15:07 GMT | 2 |
When I am using CDO, does anyone know how I can get the name of the "Mailbox" a folder or message belongs to. Is it possible to even tell? Thanks Shawn
|
| Sending messages with a complex body format | 05 Oct 2004 12:28 GMT | 1 |
I need to create a message with a quite complex body format (in term of fonts, pictures, signatures, logos and so on) and sent it using Outlook Automation. The samples I found look like the following:
|
| Security warning while sending messages from VBscript | 05 Oct 2004 12:26 GMT | 1 |
I wrote a VBscript starting an Outlook object and sending an e-mail message. Everything run ok, but before sending any message I get a warning saying (I cannot insert the exact text because I work on Italian Windows XP and Office 2000 software) that a program is attempting to send ...
|
| how to get complete urn:schema:contacts ? | 05 Oct 2004 03:58 GMT | 1 |
While having heavy troubles with AdvancedSearch, I need the complete outlook (OL2002) contacts schema. My trouble was using: urn:schemas:contacts:o LIKE '" & strName & "'"
|
| Change message class without CDO in 2002 | 05 Oct 2004 03:58 GMT | 1 |
I would like to change the message class of a newly created contacts folder to use a newly created contact form in Outlook 2002 using Exchange. I do not want to use CDO since it was not initially installed on the network and this form will only be used by one user.
|
| Help with Code: Object Variable or With Block Variable Not Set | 04 Oct 2004 18:48 GMT | 4 |
Upon running the following code I get a message that says "Object Variable or With Block Variable Not Set". My client computer is Outlook 2003. Why is this happening?? Please help!!! Private Sub UserForm_Activate()
|
| if...then | 04 Oct 2004 15:05 GMT | 2 |
and then it stops to me sorry for the previous email. hit enter instead of tab to go to the next field. here's the problem:
|
| Tools / Macro / Macros - which ones are these? | 04 Oct 2004 14:58 GMT | 7 |
How can I get my newly created VB Sub to show up when I click Tools / Macro / Macros? (Outlook 2003)
|
| referencing outlook archive file using vba | 04 Oct 2004 12:42 GMT | 1 |
I am trying to find code to enable me to reference an Outlook file that is archived eMails on a server (e.g. \\Michael\Data\Outlook\Humor.pst). I would like to use the following code so that the Inbox referenced below is using the file in the path above.
|
| Mailforward and signature | 03 Oct 2004 17:49 GMT | 1 |
Hi together, forwarding *and* displaying an e-mail causes inserting the signature twice. Please, what is to do? <code>
|