RequestReceiverInfoProvider.getEmails Method

Get all emails for which the entity accepts invoices issued by a provider as a list of string.
Public Function getEmails() As List(Of String)
This language is not supported or no code example is available.
public List<string> getEmails()
This language is not supported or no code example is available.

Return Value

List<string>
Example
 
 List<string> ls = rqd.getEmails();
 					
This language is not supported or no code example is available.
 Dim ls As List(Of String) = rqd.getEmails()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition