Share via


_AppointmentItem.InternetCodepage Property

Returns or sets an Integer (int in C#) value that determines the Internet code page used by the item. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property InternetCodepage As Integer
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As Integer

value = instance.InternetCodepage

instance.InternetCodepage = value
[DispIdAttribute()]
int InternetCodepage { get; set; }

Property Value

Type: System.Int32

Remarks

The Internet code page defines the text encoding scheme used by the item.

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace