IApplicationSelectRecipients Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid SelectRecipients(
out Object pTo,
out Object pCc,
out Object pBcc
)
Sub SelectRecipients (
<OutAttribute> ByRef pTo As Object,
<OutAttribute> ByRef pCc As Object,
<OutAttribute> ByRef pBcc As Object
)
Dim instance As IApplication
Dim pTo As Object
Dim pCc As Object
Dim pBcc As Object
instance.SelectRecipients(pTo, pCc, pBcc)
void SelectRecipients(
[InAttribute] [OutAttribute] Object^% pTo,
[InAttribute] [OutAttribute] Object^% pCc,
[InAttribute] [OutAttribute] Object^% pBcc
)
Parameters
- pTo
- Type: SystemObject
- pCc
- Type: SystemObject
- pBcc
- Type: SystemObject
See Also