![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
can anyone post me a sample code, how to use the Outlook Redemption CC
& BCC ? when i try .cc " or .bcc = " then i get an error "read only" The Code is: Imports Microsoft.Office.Interop.Outlook Imports Redemption Class Form1 Dim outApp As Microsoft.Office.Interop.Outlook.Application Dim outMail As Microsoft.Office.Interop.Outlook.MailItem Dim safMail As SafeMailItem Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click outApp = New Microsoft.Office.Interop.Outlook.Application outMail = outApp.CreateItem(OlItemType.olMailItem) safMail = New SafeMailItem safMail.Item = outMail With safMail ") ..Cc = " - JUST READONLY ??? ..Bcc = " - JUST READONLY ??? ..Subject = "subject" ..Body = "something" ..Send() End safMail End Sub End Class can anyone help me? tanks in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to set CC @ Outlook Redemption | Luk | Outlook - General Queries | 2 | November 8th 06 02:17 PM |
Outlook Folder, PutFields with Redemption | [email protected] | Add-ins for Outlook | 1 | August 11th 06 11:02 PM |
Outlook freezes on Redemption SaveAs | [email protected] | Add-ins for Outlook | 5 | April 27th 06 11:46 PM |
Outlook freezes on Redemption SaveAs | [email protected] | Add-ins for Outlook | 0 | April 27th 06 04:30 PM |
Outlook Redemption | fgibbcollins | Outlook and VBA | 2 | March 16th 06 06:03 PM |