#6573
rfaude
Participant

    Ok this works fine, but how can i use it in the following code?

    ——————–%——————–
    ‘ Create a email message
    Set NewMsg = GroupWise.Account.MailBox.Messages.Add(“GW.MESSAGE.MAIL”, 4)

    ‘ Add a recipient
    MsgRecipient = NewMsg.Recipients.Add(GroupWise.Account.Owner.EmailAddress,,0)

    ‘ Subject and body text of the mail
    NewMsg.FromText = GroupWise.Account.Owner.DisplayName
    NewMsg.Subject = “System Störung”
    NewMsg.BodyText.PlainText = “System: ” & ComboBoxKategorie.Text & NL _
    & “Datum: ” & DateTime1.Date & NL _
    & “Dauer: ” & DateTime2.Time & NL & NL _
    & “Beschreibung: ” & NL _
    & “—————-” & NL & MemoControl1.Text

    ‘ Send the email by calling the send method
    Set objEmail = NewMsg.Send
    ——————-%——————————–

    Here i want to format SYSTEM, DATUM, DAUER, BESCHREIBUNG in Bold Letters?

    Thanks.

    Ralf

    PS: Cool new Webdesign, wau ….