Share via


_RemoteItem.TransferTime Property

Returns an Integer (int in C#) value indicating the transfer time (in seconds) for the remote item. Read-only.

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

Syntax

'Declaration
ReadOnly Property TransferTime As Integer
    Get
'Usage
Dim instance As _RemoteItem
Dim value As Integer

value = instance.TransferTime
int TransferTime { get; }

Property Value

Type: System.Int32

See Also

Reference

_RemoteItem Interface

_RemoteItem Members

Microsoft.Office.Interop.Outlook Namespace