_JournalModule.Position Property

Returns or sets an Integer value that represents the ordinal position of the JournalModule object when displayed in the Navigation Pane. Read/write.

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

Syntax

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

value = instance.Position

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

Property Value

Type: System.Int32

Remarks

This property can only be set to a value between 1 and 8. An error occurs if you attempt to set this property to a value outside that range.

Changing the value of this property for a JournalModule object changes the Position values of other navigation modules contained by a NavigationModules collection, depending on the relative change between the new value and the original value of the Position property for that JournalModule object:

  • If the new value is less than the original value, then the specified JournalModule object moves up to the new position and pushes the other navigation modules already at or below that new position down.

  • If the new value is greater than the original value, then the specified JournalModule object moves down to the new position and pushes the other navigation modules between the old position and the new position up, filling the old position.

See Also

Reference

_JournalModule Interface

_JournalModule Members

Microsoft.Office.Interop.Outlook Namespace