Namespace:
RainWorx.FrameWorx.Services
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Syntax
C#
int SendUserMessage( string actingUserName, string sendingUser, string receivingUser, string subject, string body, int? listingId, int? masterMessageID = null )
Parameters
- actingUserName
- Type: SystemString
- sendingUser
- Type: SystemString
- receivingUser
- Type: SystemString
- subject
- Type: SystemString
- body
- Type: SystemString
- listingId
- Type: SystemNullableInt32
- masterMessageID (Optional)
- Type: SystemNullableInt32
Return Value
Type: Int32See Also