IMailModelGetRecipient Method |
method GetRecipient
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
SyntaxIMailRecipient GetRecipient(
int nIndex
)
Function GetRecipient (
nIndex As Integer
) As IMailRecipient
Dim instance As IMailModel
Dim nIndex As Integer
Dim returnValue As IMailRecipient
returnValue = instance.GetRecipient(nIndex)
IMailRecipient^ GetRecipient(
[InAttribute] int nIndex
)
Parameters
- nIndex
- Type: SystemInt32
Return Value
Type:
IMailRecipient
See Also