Thank you so much , just for line break for custom filed what i must to do like ?

Function Item_Send()
    Item.Body = Item.UserProperties("Company")  & Item.UserProperties("User") & Item.Body & vbCrLf
End Function
That mean line break between Company and User ?

Thanks for your great help.


I fixed it with

& vbNewLine &
Thanks