_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
<DispIdAttribute()> _
ReadOnly Property TransferTime As Integer
Get
'Usage
Dim instance As _RemoteItem
Dim value As Integer
value = instance.TransferTime
[DispIdAttribute()]
int TransferTime { get; }
Property Value
Type: System.Int32