automatically send email notification - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

automatically send email notification

Last post 09-21-2005 10:40 AM by cafearizona. 19 replies.
Page 2 of 2 (20 items) < Previous 1 2
Sort Posts: Previous Next
  • 09-01-2005 02:04 PM In reply to

    Re: automatically send email notification

    Hi wcotech,
    How do you want place a dataset into email body, we can set text to email body. you need to Process the dataset and prepare a string out of it and place it in the email dialog.

    Hope this Helps!

    Agni
    InfoPath Dev India
  • 09-02-2005 01:27 PM In reply to

    Re: automatically send email notification

    quote:
    Originally posted by Patrick Halstead

    Hi WCOTech,
    Why not just attach it to your main dom and send the InfoPath form as an attachment?


    I would do that but I only want a few of the fields from the form to be included (i.e. Date,City/State,Originator,Activity Type), not the entire form which would be too much information.
  • 09-02-2005 01:31 PM In reply to

    Re: automatically send email notification

    Agni,

    Yes, I would like to insert the fields as text, something that would look like this:

    Date: 9/2/05
    City/State: Flint, MI
    Originator: wcotech
    Activity Type: Testing

    My data fields are set up as follows:

    d:king
    -d:NOFA_Number
    --@Date
    --@City/State
    --@Activity_Type
    --etc...
    -d:User
    --User Name (originator)
  • 09-02-2005 10:57 PM In reply to

    Re: automatically send email notification

    I dont think you can do the formatting, like bold and all, but you can have line breaks.

    So write a wrapper method which prepares a string out of your dataset. Set output of this method to "oEmail.Intro" variable.

    Hope this Helps!

    Agni
    InfoPath Dev India
  • 09-21-2005 10:40 AM In reply to

    Re: automatically send email notification

    I'm trying to understand this post in vb.net framework......is this this format correct for doing it in vb.net? ("themail") is defined as under tools, dataconnection, submit, email..
    Dim oEmail As EmailAdapter
    oEmail = thisXDocument.DataAdapters.Item("themail")
    oEmail.To = "cbaker@cafearizona.com"
    oEmail.CC = "jbaker@cafearizona.com"
    oEmail.Subject = "Subject: Got a new form for you to see"
    oEmail.Intro = "Yada...yada...yada..."
    oEmail.Submit()
Page 2 of 2 (20 items) < Previous 1 2
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.