Thank you so much , just for line break for custom filed what i must to do like ?
That mean line break between Company and User ?Function Item_Send() Item.Body = Item.UserProperties("Company") & Item.UserProperties("User") & Item.Body & vbCrLf End Function
Thanks for your great help.
I fixed it with
Thanks& vbNewLine &