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