Bitrix API

Mail extends Service

Table of Contents

Constants

MEETING_STATUS_CANCELLED  = 'cancelled'
MEETING_STATUS_CREATED  = 'created'
STATUS_INVITE_LINK  = 'invite_link'

Methods

getEvent()  : Event
getEventLink()  : EventLink
getInviteLinkParams()  : array<string|int, mixed>
getInviteLinkSubject()  : string
notifyAboutMeetingCancelled()  : bool
notifyAboutMeetingCreated()  : bool
notifyAboutMeetingStatus()  : bool
notifyAboutSharingEventEdit()  : bool
sendInviteLink()  : bool
setCrmDealLink()  : $this
setEvent()  : $this
setEventLink()  : $this
setOldEvent()  : $this

Constants

MEETING_STATUS_CANCELLED

public mixed MEETING_STATUS_CANCELLED = 'cancelled'

MEETING_STATUS_CREATED

public mixed MEETING_STATUS_CREATED = 'created'
public mixed STATUS_INVITE_LINK = 'invite_link'

Methods

getInviteLinkParams()

public getInviteLinkParams(CrmDealLink $crmDealLink) : array<string|int, mixed>
Parameters
$crmDealLink : CrmDealLink
Return values
array<string|int, mixed>

getInviteLinkSubject()

public getInviteLinkSubject() : string
Return values
string

notifyAboutMeetingCancelled()

public notifyAboutMeetingCancelled(string $to) : bool
Parameters
$to : string
Return values
bool

notifyAboutMeetingCreated()

public notifyAboutMeetingCreated(string $to) : bool
Parameters
$to : string
Return values
bool

notifyAboutMeetingStatus()

public notifyAboutMeetingStatus(string $to) : bool
Parameters
$to : string
Return values
bool

notifyAboutSharingEventEdit()

public notifyAboutSharingEventEdit(string $to) : bool
Parameters
$to : string
Return values
bool
public sendInviteLink(string $to) : bool
Parameters
$to : string
Return values
bool

setEvent()

public setEvent(Event $event) : $this
Parameters
$event : Event
Return values
$this

setOldEvent()

public setOldEvent(Event $oldEvent) : $this
Parameters
$oldEvent : Event
Return values
$this

        
On this page

Search results