B
Bingo
Set oRdpRecipients = oRdpMail.Recipients
Set oRdpRecipient = oRdpRecipients.Add("Bingo")
oRdpRecipient.Resolve True
oRdpRecipient.Type = 1
Set oRdpRecipient = oRdpRecipients.Add("Bingo")
oRdpRecipient.Resolve True
oRdpRecipient.Type = 2
oRdpRecipient is nothing in the first place. If I move
the cursor to the second recipient, it is not nothing but
Recipient has no name. What did I do wrong? Thanks.
Set oRdpRecipient = oRdpRecipients.Add("Bingo")
oRdpRecipient.Resolve True
oRdpRecipient.Type = 1
Set oRdpRecipient = oRdpRecipients.Add("Bingo")
oRdpRecipient.Resolve True
oRdpRecipient.Type = 2
oRdpRecipient is nothing in the first place. If I move
the cursor to the second recipient, it is not nothing but
Recipient has no name. What did I do wrong? Thanks.