biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Business Partners / BPFiscalRegistryID / Sent Messages - User History
API Recipients

Description

Recipients is a business object that represents the recipients' list of a message or alert. This object enables you to add recipient information to the recipients list for sending messages.

You can use the RecipientCollection and the Recipient object instead of the Recipients object (backward compatibilty is maintained).

Source table: AOB1.

Remarks

Mandatory fields in SAP Business One: UserCode and UserType.

To display the form in the application:

  1. From the main menu bar, select File --> Send --> Send Message.
  2. Click Add Recipient.

See Also

SAP® B1 DI-API C# definition

public class RecipientsClass : IRecipients, Recipients { public virtual string CellularNumber { get; set; } public virtual int Count { get; } public virtual string EmailAddress { get; set; } public virtual string FaxNumber { get; set; } public virtual string NameTo { get; set; } public virtual BoYesNoEnum SendEmail { get; set; } public virtual BoYesNoEnum SendFax { get; set; } public virtual BoYesNoEnum SendInternal { get; set; } public virtual BoYesNoEnum SendSMS { get; set; } public virtual string UserCode { get; set; } public virtual BoMsgRcpTypes UserType { get; set; } public extern RecipientsClass(); public virtual extern void Add(); public virtual extern void SetCurrentLine(int LineNum); }

DTW Administration / Setup / Business Partners / BPFiscalRegistryID
API Recipients
Recipients Property

Description

Returns a Recipients object, which specifies the recipients of this message.

Property type

Read-only property

Syntax

Visual Basic
Public Property Recipients() As Recipients

See Also

Related information


Bo Msg Rcp Types BoMsgRcpTypes Enumeration
Defines the type of recipient for the message.
   Parent: Recipients Recipients Object· Table: AOB1

Alert Management Recipients AlertManagementRecipients Collection· Table: ALT1
AlertManagementRecipients is a Data Collection of AlertManagementRecipient data structures. Source table: ALT1.
   Parent: Alert Management AlertManagement Object· Table: OALT

Messages Messages Object· Table: OALR
Messages is a business object that represents the messages in the Administration module. This object enables you to send messages through SAP Business One messaging service. You can use the MessagesService, which enables more functions than the...



SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates