_DistListItem.DLName Property

Returns or sets a String (string in C#) representing the display name of a distribution list. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property DLName As String
    Get
    Set
'Usage
Dim instance As _DistListItem
Dim value As String

value = instance.DLName

instance.DLName = value
[DispIdAttribute()]
string DLName { get; set; }

Property Value

Type: System.String

See Also

Reference

_DistListItem Interface

_DistListItem Members

Microsoft.Office.Interop.Outlook Namespace