_SharingItem.SentOnBehalfOfName Property

Returns or sets a String (string in C#) indicating the display name for the intended sender of the SharingItem. Read/write.

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

Syntax

'Declaration
Property SentOnBehalfOfName As String
    Get
    Set
'Usage
Dim instance As _SharingItem
Dim value As String

value = instance.SentOnBehalfOfName

instance.SentOnBehalfOfName = value
string SentOnBehalfOfName { get; set; }

Property Value

Type: System.String

Remarks

This property corresponds to the MAPI property PR_SENT_REPRESENTING_NAME.

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace