Compartir a través de


: ExchangeMessageType.ToRecipients (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<XmlArrayItemAttribute("Mailbox", IsNullable:=False)> _
Public Property ToRecipients As EmailAddressType()
'Uso
Dim instance As ExchangeMessageType
Dim value As EmailAddressType()

value = instance.ToRecipients

instance.ToRecipients = value
[XmlArrayItemAttribute("Mailbox", IsNullable=false)] 
public EmailAddressType[] ToRecipients { get; set; }

Vea también

Referencia

ExchangeMessageType (Clase)
ExchangeMessageType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)