A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Redemption Issue



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old November 10th 07, 05:08 PM posted to microsoft.public.outlook.program_vba
DG
external usenet poster
 
Posts: 31
Default Redemption Issue

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 05:11 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.