Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public 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: Int32Implements
IUserServiceSendUserMessage(String, String, String, String, String, NullableInt32, NullableInt32)See Also