IAppointmentAcceptInvitation Method |
Accept or reject this invitation: 0 = Reject, 1 = Accept.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AcceptInvitation(
EnResponse newVal
)
Sub AcceptInvitation (
newVal As EnResponse
)
Dim instance As IAppointment
Dim newVal As EnResponse
instance.AcceptInvitation(newVal)
void AcceptInvitation(
[InAttribute] EnResponse newVal
)
Parameters
- newVal
- Type: SuperOffice.COM.ApplicationEnResponse
See Also