CoAuthor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class CoAuthor
[System.Runtime.InteropServices.Guid("E59544D5-C299-46A0-84C1-C51AB38F9759")]
public interface CoAuthor
type CoAuthor = interface
Public Interface CoAuthor
- Attributes
Remarks
Use CoAuthors(Index
), where Index
is the index number to return a single CoAuthor object.
Caution: When a new co-author begins to edit the document, it can take up to one minute or longer for the co-author to appear in the document.
Properties
Application |
Gets an Application object that represents the Microsoft Word application. |
Creator |
Gets a 32-bit integer that indicates the application in which the specified object was created. |
EmailAddress |
Gets a string that specifies the e-mail address of the specified co-author. |
ID |
Gets the unique identifier for the specified author. |
IsMe |
Gets whether this author represents the current user. |
Locks |
Gets a CoAuthLocks collection that represents the locks in the document that are associated with the specified co-author. |
Name |
Gets the display name of the specified co-author. |
Parent |
Gets an Object that represents the parent object of the specified CoAuthor object. |