T
Tulasi
Hello,
How to get the values in or maild ids of recipients in the to box of custom
form?
The following code gives some junk
For Each recip in Item.Recipients
strAddr = strAddr & ";" & recip.Address
Next
strAddr = Mid(strAddr, 2)
is there any property to get the value of smtp value of the recipient object?
Thanks in advance
How to get the values in or maild ids of recipients in the to box of custom
form?
The following code gives some junk
For Each recip in Item.Recipients
strAddr = strAddr & ";" & recip.Address
Next
strAddr = Mid(strAddr, 2)
is there any property to get the value of smtp value of the recipient object?
Thanks in advance