SyncObjectEvents.Progress Method
This is a member in an event interface in a COM coclass. It is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Progress ( _
State As OlSyncState, _
Description As String, _
Value As Integer, _
Max As Integer _
)
'Usage
Dim instance As SyncObjectEvents
Dim State As OlSyncState
Dim Description As String
Dim Value As Integer
Dim Max As Integer
instance.Progress(State, Description, _
Value, Max)
[DispIdAttribute()]
void Progress(
OlSyncState State,
string Description,
int Value,
int Max
)
Parameters
- State
Type: Microsoft.Office.Interop.Outlook.OlSyncState
- Description
Type: System.String
- Value
Type: System.Int32
- Max
Type: System.Int32