GlobalClass.MailSend Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual bool MailSend (object To, object Cc, object Subject, object Body, object Enclosures, object IncludeDocument, object ReturnReceipt, object Bcc, object Urgent, object SaveCopy, object AddRecipient);
abstract member MailSend : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> bool
override this.MailSend : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> bool
Public Overridable Function MailSend (Optional To As Object, Optional Cc As Object, Optional Subject As Object, Optional Body As Object, Optional Enclosures As Object, Optional IncludeDocument As Object, Optional ReturnReceipt As Object, Optional Bcc As Object, Optional Urgent As Object, Optional SaveCopy As Object, Optional AddRecipient As Object) As Boolean
Parameters
- To
- Object
- Cc
- Object
- Subject
- Object
- Body
- Object
- Enclosures
- Object
- IncludeDocument
- Object
- ReturnReceipt
- Object
- Bcc
- Object
- Urgent
- Object
- SaveCopy
- Object
- AddRecipient
- Object