Back to product page- Introduction
 - License agreement
 - Getting Started
 - Enumerations
 - Objects
- wodXMPP
- Methods
 - Properties
- Authentication
 - AutoVisible
 - BackColor
 - Blocking
 - BorderVisible
 - Capabilities
 - ChatRooms
 - CombineResources
 - Contacts
 - Enabled
 - Features
 - Files
 - FillColor
 - Font
 - ForeColor
 - Identity
 - Language
 - LastError
 - LastErrorText
 - Login
 - Notification
 - Password
 - Picture
 - Port
 - Priority
 - ProxyHostname
 - ProxyLogin
 - ProxyPassword
 - ProxyPort
 - ProxyType
 - Register
 - Resource
 - RowHeight
 - SecureMethod
 - Security
 - Services
 - ServicesFiltered
 - ShowMyself
 - SmallFont
 - State
 - StateText
 - Status
 - StatusText
 - TabStop
 - Timeout
 - UseUPnP
 - VCard
 - Version
 
 - Events
- ChatRoomData
 - ChatRoomInvite
 - ChatRoomListDone
 - Click
 - Connected
 - ContactAuthRequest
 - ContactList
 - ContactSearchDone
 - ContactStatusChange
 - DblClick
 - Disconnected
 - Error
 - FileTransferEnd
 - FileTransferProgress
 - FileTransferStart
 - HostCertificate
 - IncomingMessage
 - IncomingNotification
 - Pong
 - PreTranslateCommand
 - PreTranslateReply
 - PrivateData
 - ServiceRegister
 - ServiceStatusChange
 - StateChange
 - UnhandledIQ
 - VCardDetails
 
 
 - IwodXMPPNotify
- Methods
- ChatRoomData
 - ChatRoomInvite
 - ChatRoomListDone
 - Connected
 - ContactAuthRequest
 - ContactList
 - ContactSearchDone
 - ContactStatusChange
 - Disconnected
 - Error
 - FileTransferEnd
 - FileTransferProgress
 - FileTransferStart
 - HostCertificate
 - IncomingMessage
 - IncomingNotification
 - Pong
 - PreTranslateCommand
 - PreTranslateReply
 - PrivateData
 - ServiceRegister
 - ServiceStatusChange
 - StateChange
 - UnhandledIQ
 - VCardDetails
 
 
 - Methods
 - XMPPChatRoom
 - XMPPChatRooms
 - XMPPContact
 - XMPPContacts
 - XMPPFeature
 - XMPPFeatures
 - XMPPFile
 - XMPPFiles
 - XMPPIdentities
 - XMPPIdentity
 - XMPPMessage
 - XMPPService
 - XMPPServices
 - XMPPTag
 - XMPPTags
 - XMPPVar
 - XMPPVars
 - XMPPVCard
- Methods
 - Properties
- BirthDay
 - Description
 - FirstName
 - FullName
 - HomeAddress
 - HomeAddressExt
 - HomeCellPhone
 - HomeCity
 - HomeCountry
 - HomeFax
 - HomePhone
 - HomeState
 - HomeZip
 - JID
 - LastName
 - MiddleName
 - NickName
 - OrganizationName
 - OrganizationUnit
 - Photo
 - PhotoData
 - PhotoURL
 - Role
 - Title
 - URL
 - WorkAddress
 - WorkAddressExt
 - WorkCellPhone
 - WorkCity
 - WorkCountry
 - WorkFax
 - WorkPhone
 - WorkState
 - WorkZip
 
 
 
 - wodXMPP
 - How to get support?
 - Technical information
 - Fast notifications interface
 - Error list
 
SendMessage method
Sends message to some JID.
Syntax
- Basic
 
object.SendMessage (JID, Message)
The SendMessage(object,JID,Message) syntax has these parts:
The SendMessage(object,JID,Message) syntax has these parts:
| object | An expression evaluating to an object of type wodXMPP | 
| JID | A String value. Determines which JID will message be sent to. | 
| Message | A XMPPMessage object. A reference to wodXMPPMessage object which will be sent. | 
Remarks
Sends message (through XMPPMessage object) to the user specified by JID parameter. Message parameter in this case isn't a String value containing the text you wish to send, but a reference to XMPPMessage object.If you wish wodXMPP to create XMPPMessage object automatically, you should use SendText method.