131 lines
6.2 KiB
VB.net
131 lines
6.2 KiB
VB.net
Partial Class OutlookEmailVC
|
|
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Public Sub New(ByVal Container As System.ComponentModel.IContainer)
|
|
MyClass.New()
|
|
|
|
'Required for Windows.Forms Class Composition Designer support
|
|
Container.Add(Me)
|
|
|
|
End Sub
|
|
|
|
'Component overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Component Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Component Designer
|
|
'It can be modified using the Component Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.aSendOutlookEmail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aRecieveEmails = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aEmailIn_To_CRMLeads = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aAttachFile = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewAttachedFile = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aEmailIn_To_CRMEstateLeads = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aSendOutlookEmail
|
|
'
|
|
Me.aSendOutlookEmail.Caption = "Send email via outlook"
|
|
Me.aSendOutlookEmail.ConfirmationMessage = Nothing
|
|
Me.aSendOutlookEmail.Id = "aSendOutlookEmail"
|
|
Me.aSendOutlookEmail.ImageName = "mail2"
|
|
Me.aSendOutlookEmail.Shortcut = Nothing
|
|
Me.aSendOutlookEmail.Tag = Nothing
|
|
Me.aSendOutlookEmail.TargetObjectsCriteria = Nothing
|
|
Me.aSendOutlookEmail.TargetViewId = "OutlookEMail_DetailView"
|
|
Me.aSendOutlookEmail.ToolTip = Nothing
|
|
Me.aSendOutlookEmail.TypeOfView = Nothing
|
|
'
|
|
'aRecieveEmails
|
|
'
|
|
Me.aRecieveEmails.Caption = "Recive Emails"
|
|
Me.aRecieveEmails.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aRecieveEmails.Id = "aRecieveEmails"
|
|
Me.aRecieveEmails.ImageName = "server_mail_download"
|
|
Me.aRecieveEmails.Shortcut = Nothing
|
|
Me.aRecieveEmails.Tag = Nothing
|
|
Me.aRecieveEmails.TargetObjectsCriteria = Nothing
|
|
Me.aRecieveEmails.TargetObjectType = GetType(Nuvolar.[Module].Win.OutlookEMailIn)
|
|
Me.aRecieveEmails.TargetViewId = ""
|
|
Me.aRecieveEmails.ToolTip = Nothing
|
|
Me.aRecieveEmails.TypeOfView = Nothing
|
|
'
|
|
'aEmailIn_To_CRMLeads
|
|
'
|
|
Me.aEmailIn_To_CRMLeads.AcceptButtonCaption = Nothing
|
|
Me.aEmailIn_To_CRMLeads.CancelButtonCaption = Nothing
|
|
Me.aEmailIn_To_CRMLeads.Caption = "aEmailIn_To_CRMLeads"
|
|
Me.aEmailIn_To_CRMLeads.ConfirmationMessage = Nothing
|
|
Me.aEmailIn_To_CRMLeads.Id = "aEmailIn_To_CRMLeads"
|
|
Me.aEmailIn_To_CRMLeads.ImageName = "BO_Opportunity"
|
|
Me.aEmailIn_To_CRMLeads.Shortcut = Nothing
|
|
Me.aEmailIn_To_CRMLeads.Tag = Nothing
|
|
Me.aEmailIn_To_CRMLeads.TargetObjectsCriteria = Nothing
|
|
Me.aEmailIn_To_CRMLeads.TargetViewId = "OutlookEMailIn_ListView"
|
|
Me.aEmailIn_To_CRMLeads.ToolTip = Nothing
|
|
Me.aEmailIn_To_CRMLeads.TypeOfView = Nothing
|
|
'
|
|
'aAttachFile
|
|
'
|
|
Me.aAttachFile.Caption = "Attach file"
|
|
Me.aAttachFile.ConfirmationMessage = Nothing
|
|
Me.aAttachFile.Id = "aAttachFile"
|
|
Me.aAttachFile.ImageName = "Action_FileAttachment_Attach"
|
|
Me.aAttachFile.Shortcut = Nothing
|
|
Me.aAttachFile.Tag = Nothing
|
|
Me.aAttachFile.TargetObjectsCriteria = Nothing
|
|
Me.aAttachFile.TargetViewId = Nothing
|
|
Me.aAttachFile.ToolTip = Nothing
|
|
Me.aAttachFile.TypeOfView = Nothing
|
|
'
|
|
'aViewAttachedFile
|
|
'
|
|
Me.aViewAttachedFile.Caption = "View attached File"
|
|
Me.aViewAttachedFile.ConfirmationMessage = Nothing
|
|
Me.aViewAttachedFile.Id = "aViewAttachedFile"
|
|
Me.aViewAttachedFile.ImageName = "BO_Folder"
|
|
Me.aViewAttachedFile.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewAttachedFile.Shortcut = Nothing
|
|
Me.aViewAttachedFile.Tag = Nothing
|
|
Me.aViewAttachedFile.TargetObjectsCriteria = Nothing
|
|
Me.aViewAttachedFile.TargetViewId = Nothing
|
|
Me.aViewAttachedFile.ToolTip = Nothing
|
|
Me.aViewAttachedFile.TypeOfView = Nothing
|
|
'
|
|
'aEmailIn_To_CRMEstateLeads
|
|
'
|
|
Me.aEmailIn_To_CRMEstateLeads.AcceptButtonCaption = Nothing
|
|
Me.aEmailIn_To_CRMEstateLeads.CancelButtonCaption = Nothing
|
|
Me.aEmailIn_To_CRMEstateLeads.Caption = "aEmailIn_To_CRMEstateLeads"
|
|
Me.aEmailIn_To_CRMEstateLeads.ConfirmationMessage = Nothing
|
|
Me.aEmailIn_To_CRMEstateLeads.Id = "aEmailIn_To_CRMEstateLeads"
|
|
Me.aEmailIn_To_CRMEstateLeads.ImageName = "BO_Opportunity"
|
|
Me.aEmailIn_To_CRMEstateLeads.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aEmailIn_To_CRMEstateLeads.Shortcut = Nothing
|
|
Me.aEmailIn_To_CRMEstateLeads.Tag = Nothing
|
|
Me.aEmailIn_To_CRMEstateLeads.TargetObjectsCriteria = Nothing
|
|
Me.aEmailIn_To_CRMEstateLeads.TargetViewId = "OutlookEMailIn_ListView"
|
|
Me.aEmailIn_To_CRMEstateLeads.ToolTip = Nothing
|
|
Me.aEmailIn_To_CRMEstateLeads.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aSendOutlookEmail As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aRecieveEmails As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aEmailIn_To_CRMLeads As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aAttachFile As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewAttachedFile As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aEmailIn_To_CRMEstateLeads As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|