Search results for query: *

  1. L

    Resolved Send email function error

    as i go more in details to search i find out what brake has, the problem comes from the preferences so i find it out the issue using MessageBox.Show(ex.ToString) was better option to find the issue
  2. L

    Resolved Send email function error

    I have issue with my code, what i receive as error is : System.ArgumentException: 'Argument 'Prompt' cannot be converted to type 'String'.' and it's always shows Catch ex As System.Exception MsgBox(ex, MsgBoxStyle.Critical) End Try i have try to add in my google account...
  3. L

    Question Fetch items from Datagridview to Attachment

    i do not ask is it working the code, i was asking to check function is it correct how i made it to get the datagridview items, anyway i fixed it
  4. L

    Question Fetch items from Datagridview to Attachment

    Hello can someone help me, How i can fetch the items from datagridview to attach them to email How it will be in function SendMail() Can someone tell me is it correct now , how to read files from Datagridview in attachment Public Sub SendMail() Dim oEmail As MailItem = CType(New...
Back
Top