Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Author
    Replies
  • in reply to: Source code for Print Message #8426
    jeka
    Participant

      That would interest me also

      in reply to: AddressBookEntries.Find #9878
      jeka
      Participant

        Thank you for the feedback. Your example does not work with my GW 12-client! With german and also english version.

        set oAddressBook = GroupWise.Account.AddressBooks.Item(“Novell GroupWise Addressbook”)
        iUserId = Groupwise.EnvUserID()
        iFilter = “(<First Name> CONTAINS “”Jens””)”
        set oEntries = oAddressBook.AddressBookEntries.Find(iFilter)
        if oEntries is nothing then
        msgbox “oEntries is nothing. Quitting”
        set oAddressBook = nothing
        set oFolder = nothing
        set iMsg = nothing
        set iMessageClass = nothing
        set gStatusDlg = nothing
        exit sub
        end if

        Do you have another idea?

        Best regards
        Jens

        in reply to: VOID WritingToolsTextLanguage() #8157
        jeka
        Participant

          What a pity Frown

          Thank you for answer

          Best Regards

          in reply to: VOID WritingToolsTextLanguage() #8156
          jeka
          Participant

            Thank you for the answer. Is it correct, that you can’t call groupwise.WritingToolsTextLanguage() without option? For Example: call groupwise.WritingToolsTextLanguage(german or english) without Dialogbox!

            Best regards
            Jens

            in reply to: Signature preferences #6737
            jeka
            Participant

              Thanks for this example. Its for my applet with Multi-Signature!

              Bests Regards

              in reply to: Signature preferences #6736
              jeka
              Participant

                Hi,

                I have problems with the syntax for GroupWise.PrefSignature. I will disable the signature for all users. Thanks for help!

                Best Regards

                in reply to: Custom Field Names #7166
                jeka
                Participant

                  Hi,

                  How can I get with this Function a “check box type”

                  Regards

                  Jens Kasper

                  in reply to: Personalized Subject #7143
                  jeka
                  Participant

                    Hi,

                    thanks for your informations. How can I create a category and set to aktiv?
                    Thank you for help

                    Kind regards

                    in reply to: Personalized Subject #7146
                    jeka
                    Participant

                      Thanks for your answer. My problem however is that I would like to enter the personal subject within the sent item directly after sending it. Do you have any ideas? Thank you in advance for your help.

                      Kind regards

                      in reply to: Personalized Subject #7140
                      jeka
                      Participant

                        Thank you for this information. Can I write the data content for the PersonalSubject when I send a new Mail?

                        Thanks for help

                      Viewing 10 replies - 1 through 10 (of 10 total)