i have checked BodyFormat ,the values is 2 .and the values of "Body" is right.
but i can not copy the content of property "Body" to "HTMLBody".
it is no error ,but the values of "HTMLBody" is also empty .
Local $aOL_mybody = _OL_ItemGet($oOL, $oOL_Item,Default,"Body")
_ArrayDisplay($aOL_mybody)
If UBound($aOL_mybody)=2 Then
Local $aOL_mybody22=$aOL_mybody[1][1]
Else
Return SetError(@error + 3000, @extended, 0)
EndIf
ConsoleWrite($aOL_mybody22)
_OL_ItemModify($oOL, $oOL_Item, Default, "HTMLBody="&$aOL_mybody22)
If @error <> 0 Then Return SetError(@error + 8881, @extended, 0)
$aOL_Properties111 = _OL_ItemGet($oOL, $oOL_Item)
_ArrayDisplay($aOL_Properties111)