Method | Description | |
---|---|---|
SendEmail ( Unity.Core.Messaging.EmailData emailData ) : bool | ||
SendMessageMMS ( string phoneNumber, string text, Unity.Core.Messaging.AttachmentData attachment ) : bool | ||
SendMessageSMS ( string phoneNumber, string text ) : bool |
public SendEmail ( Unity.Core.Messaging.EmailData emailData ) : bool | ||
emailData | Unity.Core.Messaging.EmailData | |
return | bool |
public SendMessageMMS ( string phoneNumber, string text, Unity.Core.Messaging.AttachmentData attachment ) : bool | ||
phoneNumber | string | |
text | string | |
attachment | Unity.Core.Messaging.AttachmentData | |
return | bool |
public SendMessageSMS ( string phoneNumber, string text ) : bool | ||
phoneNumber | string | |
text | string | |
return | bool |