Nevron Open Vision Documentation
Nevron.Nov.Networking.Mail Namespace / NMailMessage Class / To Property


In This Topic
    To Property (NMailMessage)
    In This Topic
    Gets the address collection that contains the recipients of this e-mail message.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property To As NList(Of String)
    'Usage
     
    
    Dim instance As NMailMessage
    Dim value As NList(Of String)
     
    value = instance.To
    public NList<string> To {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also