![]() |
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
|
|||
|
|||
![]()
Outlook 2003 sp2, VB 2005 sp1 - Uses Safe Mail (Redemption), but some of our
workstation still show a security popup and others do not. It's a mixed bag. All DLLs are properly loaded with no major differances between the workstations. The Security shows twice, one for each of the below calls: Private Sub m_AppExecuteButton_Click(ByVal Ctrl As Microsoft.Office.Core.CommandBarButton, ByRef CancelDefault As Boolean) Handles m_AppExecuteButton.Click Try 'Make sure the email is addressed If Me.ThisMailItem.Recipients.Count = 0 Then MessageBox.Show("There must be at least one name or distribution list in the To, CC, or Bcc box.", "Microsoft Office Outlook", MessageBoxButtons.OK, MessageBoxIcon.Exclamation) Exit Sub Else If Me.ThisMailItem.Recipients.ResolveAll() = False Then MessageBox.Show("Unable to resolve all recipients, please check your recipient list.", "Microsoft Office Outlook", MessageBoxButtons.OK, MessageBoxIcon.Exclamation) Exit Sub End If End If 'Local Variables Dim objProperty As Outlook.ItemProperty 'Send Email Me.ThisMailItem.Send() 'Cleanup objProperty = Nothing Catch ex As Exception Throw End Try End Sub Please advise. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Suspect Redemption Library Issue??? | Tom at GSD | Add-ins for Outlook | 6 | March 29th 07 09:11 PM |
Send With Redemption | bobdydd | Outlook and VBA | 3 | July 11th 06 10:32 PM |
email using redemption | Richard | Outlook and VBA | 10 | March 24th 06 08:16 AM |
Redemption | Christoph | Add-ins for Outlook | 5 | March 6th 06 03:26 PM |
Convert to Redemption ??? | John DOE | Outlook and VBA | 2 | February 13th 06 06:22 AM |