Click here to Skip to main content
15,896,063 members

Comments by maleksafadi (Top 5 by date)

maleksafadi 27-Jan-13 3:28am View    
Deleted
Here is the code that proceed the outlook item:
Private Sub Application_ItemSend(ByVal Item As Outlook.MailItem, ByRef Cancel As Boolean) Handles Application.ItemSend
GetMessageID_NEW(Nothing, Item, Item, "OUTGOING")
If Item.Attachments.Count > 0 Then
If Not Item.CC Is Nothing Then
If MessageBox.Show("Do you want to send the attachments to CC(s)?", "", MessageBoxButtons.YesNo, MessageBoxIcon.Question) = DialogResult.Yes Then
' What should I write here?
End If
End If
End If
End Sub
maleksafadi 27-Jan-13 3:08am View    
How do I proceed this action?
How to send the attachment to all Recipients in TO(s) without sending it to CC(s)?
maleksafadi 14-Sep-11 10:48am View    
but the problem is the items of menustrip is not controls its items.
maleksafadi 11-Sep-11 10:06am View    
but the problem is the items of menustrip is not controls
its items.
maleksafadi 11-Sep-11 1:53am View    
I tried this before, but this way does not return some of controls like:
child of menustrip.