Jump to content

AutoITSM

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by AutoITSM

  1. Thank you very much,i learned so much~:)
  2. Ha,i solved the problem. So is HTML syntax, just use </br> . Just like "HTMLBody=123</br>456" I understand it a little bit inside the principle of. Thank you agan.
  3. Sorry for trouble you again,but i have another question need you to resolve. $oItem = _OL_ItemCreate($oOutlook, $olMailItem, "Outlook-UDF-Test\SourceFolder\mail", "", "Subject=TestMail", "BodyFormat=" & $olFormatHTML, "HTMLBody=Bodytext in <b>bold</b>.") For the HTMLBody property, How to write a line break? I tried like< "HTMLBody=123"&@CRLF&"456"> ,but the string "123" and "456" are still in the sam row. SO i changed the line 2144 and 2145 like belows: $oOL_Item.ItemProperties.Item(StringStripWS(StringLeft($aOL_Properties[$iOL_Index], $iOL_Pos - 1), 3) ).value = _ StringMid($aOL_Properties[$iOL_Index], $iOL_Pos + 1) (delete the second StringStripWS function) and it is not working. Please help...thx again
  4. OK.I see. Now by another way,I first determine whether the outlook has been opened,as follows: Func if_OLOPEN() If ProcessExists("Outlook.exe")=0 Then MsgBox(262192,"HIN","OUTLOOK Hasn't been opened! Please open OUTLOOK manually!") Exit Else $OL_Handle = _OL_Open() Return $OL_Handle EndIf EndFunc This method is a little stupid, if there are other ways, Please tell me.
  5. Yes,water. howto setup a pst password in outlook ,please hava a look at the belows link: http://www.syspc.org/ms-office/how-to-set-a-password-for-outlook.html please help me...
  6. hi water.thanks for this powerful UDF. Now i have one problem in using. Because my pst have a password ,so open my outlook(version 2007) need the password too. how do i process the situation? Thx again...
  7. why in my here ,it show like this? please help
×
×
  • Create New...